Skip to content

Commit 809affc

Browse files
feat: Add route53:listtagsforresource to external-dns (#256)
1 parent 65edd4c commit 809affc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2220,6 +2220,11 @@ data "aws_iam_policy_document" "external_dns" {
22202220
resources = var.external_dns_route53_zone_arns
22212221
}
22222222

2223+
statement {
2224+
actions = ["route53:ListTagsForResource"]
2225+
resources = var.external_dns_route53_zone_arns
2226+
}
2227+
22232228
statement {
22242229
actions = [
22252230
"route53:ListHostedZones",

0 commit comments

Comments
 (0)