Update aws IAM policy example

Update the IAM policy example to include `route53:ListTagsForResource` permissions.

This is required for `--aws-zone-tags`.
This commit is contained in:
Jameel Al-Aziz 2023-06-23 01:48:20 -07:00 committed by GitHub
parent b59016a9d8
commit 2df31d410b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,8 @@ Hosted Zone IDs.
"Effect": "Allow",
"Action": [
"route53:ListHostedZones",
"route53:ListResourceRecordSets"
"route53:ListResourceRecordSets",
"route53:ListTagsForResource"
],
"Resource": [
"*"