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 31c887e commit 2ab3af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ses-domain/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

data "aws_iam_policy_document" "ses_event" {
# statement {
# effect = "Alow"
# effect = "Allow"
# actions = [
# "kms:GenerateDataKey*",
# "kms:Decrypt",
Expand All @@ -16,7 +16,7 @@ data "aws_iam_policy_document" "ses_event" {
# }
# }
statement {
effect = "Alow"
effect = "Allow"
actions = ["sns:Publish"]
resources = [concat(aws_sns_topic.ses_event[*].arn, [""])[0]]
principals {
Expand Down

0 comments on commit 2ab3af2

Please sign in to comment.