This comma breaks the json syntax

Anton Attano 2025-03-01 11:34:13 +01:00
parent 4fd9a1a12d
commit 97fccc034f

@ -52,7 +52,7 @@ If you want to use a much more restrictive AWS policy, use the following:
"Effect": "Allow",
"Action": [
"route53:GetHostedZone",
"route53:ListResourceRecordSets",
"route53:ListResourceRecordSets"
],
"Resource": "arn:aws:route53:::hostedzone/<ZONE-ID>"
},