Merge pull request #1952 from justinsb/fix_1951

Update expected cloudformation output for tighter route53 policy
This commit is contained in:
Eric Hole 2017-02-20 15:49:18 -05:00 committed by GitHub
commit a1d98a3aa9
1 changed files with 42 additions and 2 deletions

View File

@ -538,7 +538,27 @@
},
{
"Action": [
"route53:*"
"route53:ChangeResourceRecordSets",
"route53:ListResourceRecordSets",
"route53:GetHostedZone"
],
"Effect": "Allow",
"Resource": [
"arn:aws:route53:::hostedzone/Z1AFAKE1ZON3YO"
]
},
{
"Action": [
"route53:GetChange"
],
"Effect": "Allow",
"Resource": [
"arn:aws:route53:::change/*"
]
},
{
"Action": [
"route53:ListHostedZones"
],
"Effect": "Allow",
"Resource": [
@ -593,7 +613,27 @@
},
{
"Action": [
"route53:*"
"route53:ChangeResourceRecordSets",
"route53:ListResourceRecordSets",
"route53:GetHostedZone"
],
"Effect": "Allow",
"Resource": [
"arn:aws:route53:::hostedzone/Z1AFAKE1ZON3YO"
]
},
{
"Action": [
"route53:GetChange"
],
"Effect": "Allow",
"Resource": [
"arn:aws:route53:::change/*"
]
},
{
"Action": [
"route53:ListHostedZones"
],
"Effect": "Allow",
"Resource": [