mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-11-01 19:21:00 +01:00
Merge pull request #3723 from jalaziz/patch-1
Update aws IAM policy example
This commit is contained in:
commit
974ad3976f
@ -29,7 +29,8 @@ Hosted Zone IDs.
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"route53:ListHostedZones",
|
||||
"route53:ListResourceRecordSets"
|
||||
"route53:ListResourceRecordSets",
|
||||
"route53:ListTagsForResource"
|
||||
],
|
||||
"Resource": [
|
||||
"*"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user