Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 1, 2021
1 parent 3951826 commit 8665fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ses-domain/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ resource "aws_sns_topic_policy" "ses_event" {
resource "aws_ses_identity_notification_topic" "ses_event" {
for_each = toset(local.ses_event_types)
topic_arn = aws_sns_topic.ses_event[0].arn
notification_type = each.key
notification_type = title(each.key)
identity = aws_ses_domain_identity.this.domain
include_original_headers = true
}

0 comments on commit 8665fe0

Please sign in to comment.