This comma breaks the json syntax
parent
4fd9a1a12d
commit
97fccc034f
|
@ -52,7 +52,7 @@ If you want to use a much more restrictive AWS policy, use the following:
|
||||||
"Effect": "Allow",
|
"Effect": "Allow",
|
||||||
"Action": [
|
"Action": [
|
||||||
"route53:GetHostedZone",
|
"route53:GetHostedZone",
|
||||||
"route53:ListResourceRecordSets",
|
"route53:ListResourceRecordSets"
|
||||||
],
|
],
|
||||||
"Resource": "arn:aws:route53:::hostedzone/<ZONE-ID>"
|
"Resource": "arn:aws:route53:::hostedzone/<ZONE-ID>"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue