Merge pull request #3723 from jalaziz/patch-1

Update aws IAM policy example
This commit is contained in:
Kubernetes Prow Robot 2023-06-26 00:01:09 -07:00 committed by GitHub
commit 974ad3976f
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": [
"*"