Skip to content

Commit 35cdb5a

Browse files
vmignotVictor Mignot
andauthored
fix: IAM policy for External-DNS policy (#561)
Co-authored-by: Victor Mignot <[email protected]>
1 parent d5f8809 commit 35cdb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/iam-role-for-service-accounts-eks/policies.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ data "aws_iam_policy_document" "external_dns" {
501501
actions = [
502502
"route53:ListHostedZones",
503503
"route53:ListResourceRecordSets",
504-
"route53:ListTagsForResource",
504+
"route53:ListTagsForResources",
505505
]
506506

507507
resources = ["*"]

0 commit comments

Comments
 (0)