Skip to content

Commit fc63f9f

Browse files
feat: Add ListTagsForResource to external-dns policy (#53)
1 parent 4b4baa2 commit fc63f9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

external_dns.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ data "aws_iam_policy_document" "external_dns" {
2020
"route53:ListHostedZones",
2121
"route53:ListResourceRecordSets",
2222
"route53:ListTagsForResource",
23+
"route53:ListTagsForResources",
2324
]
2425

2526
resources = ["*"]

0 commit comments

Comments
 (0)