Skip to content

Commit

Permalink
[addon/external-dns] update irsa policy (#806)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
  • Loading branch information
Hokwang and bryantbiggs committed Aug 9, 2022
1 parent 7064fbb commit bba0a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kubernetes-addons/external-dns/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ data "aws_iam_policy_document" "external_dns_iam_policy_document" {
resources = [data.aws_route53_zone.selected.arn]
actions = [
"route53:ChangeResourceRecordSets",
"route53:ListResourceRecordSets",
]
}

Expand All @@ -18,6 +17,7 @@ data "aws_iam_policy_document" "external_dns_iam_policy_document" {
resources = ["*"]
actions = [
"route53:ListHostedZones",
"route53:ListResourceRecordSets",
]
}
}

0 comments on commit bba0a11

Please sign in to comment.