mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +02:00
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:
parent
b59016a9d8
commit
2df31d410b
@ -29,7 +29,8 @@ Hosted Zone IDs.
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"route53:ListHostedZones",
|
||||
"route53:ListResourceRecordSets"
|
||||
"route53:ListResourceRecordSets",
|
||||
"route53:ListTagsForResource"
|
||||
],
|
||||
"Resource": [
|
||||
"*"
|
||||
|
Loading…
Reference in New Issue
Block a user