Skip to content

Commit

Permalink
Fixing IAM policy so it will validate properly in IAM polices
Browse files Browse the repository at this point in the history
  • Loading branch information
cgill27 committed Jan 24, 2017
1 parent 80b491d commit 257f8e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sample-aws-policy.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"Version": "2012-10-17",
"Id": "letsencrypt-route53 sample policy",
"Statement": [
{
"Effect": "Allow",
Expand All @@ -17,7 +16,7 @@
"Effect": "Allow",
"Action": [
"route53:List*",
"route53:Get*",
"route53:Get*"
],
"Resource": [
"*"
Expand Down

0 comments on commit 257f8e0

Please sign in to comment.