Skip to content

Commit

Permalink
correct sns policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel committed Jul 21, 2020
1 parent 70ec7f6 commit cbe0a53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions infra/sns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ resource "aws_iam_policy" "upload-write" {
"sns:Publish"
],
"Effect": "Allow",
"Resource": "${aws_sns_topic.upload.arn}",
"Principal": "*"
"Resource": "${aws_sns_topic.upload.arn}"
}
]
}
Expand Down

0 comments on commit cbe0a53

Please sign in to comment.