This comma breaks the json syntax

master
Anton Attano 2025-03-01 11:34:13 +01:00
parent 4fd9a1a12d
commit 97fccc034f
1 changed files with 1 additions and 1 deletions

@ -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>"
}, },