Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 30, 2021
1 parent def8d2c commit 521fd92
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 @@ -256,7 +256,7 @@ resource "aws_sns_topic" "ses_event" {
resource "aws_sns_topic_policy" "ses_event" {
count = local.enable_sns_events ? 1 : 0
arn = aws_sns_topic.ses_event.arn
policy = data.aws_iam_document_policy.ses_event.json
policy = data.aws_iam_policy_document.ses_event.json
}

resource "aws_ses_identity_notification_topic" "ses_event" {
Expand Down

0 comments on commit 521fd92

Please sign in to comment.