Skip to content

Commit

Permalink
Fix policy for CloudWatch Alarms (#4)
Browse files Browse the repository at this point in the history
I was not receiving any alarms via SNS until this change was made.
  • Loading branch information
SevereOverfl0w authored and aknysh committed Aug 14, 2018
1 parent b17ee20 commit 24220dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ data "aws_iam_policy_document" "sns_topic_policy" {
variable = "AWS:SourceOwner"

values = [
"arn:aws:iam::${data.aws_caller_identity.default.account_id}:root",
"${data.aws_caller_identity.default.account_id}",
]
}
}
Expand Down

0 comments on commit 24220dc

Please sign in to comment.