Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
Fix profider for ses resource
Browse files Browse the repository at this point in the history
  • Loading branch information
kostyaplis committed Dec 4, 2019
1 parent 22eb366 commit 18ff60c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ resource "aws_route53_record" "dkim" {

# SES Mail From record
resource "aws_ses_domain_mail_from" "this" {
provider = aws.us-east-1
domain = aws_ses_domain_identity.this.domain
mail_from_domain = "mail.${var.domain_name}"
}
Expand Down

0 comments on commit 18ff60c

Please sign in to comment.