Skip to content

Commit

Permalink
Correct RDS SNS Sid (#3)
Browse files Browse the repository at this point in the history
The Sid appears to have been copy pasted incorrectly from the previous
statement.  This Sid describes better what this statement allows.
  • Loading branch information
SevereOverfl0w authored and osterman committed Aug 10, 2018
1 parent c31b149 commit b17ee20
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 @@ -84,7 +84,7 @@ data "aws_iam_policy_document" "sns_topic_policy" {
}

statement {
sid = "Allow CloudwatchEvents"
sid = "Allow RDS Event Notification"
actions = ["sns:Publish"]
resources = ["${aws_sns_topic.default.arn}"]

Expand Down

0 comments on commit b17ee20

Please sign in to comment.