Skip to content

Commit f120cc1

Browse files
wfrcedbryantbiggs
andauthored
fix: Fix AllowGetCertificates statement scope for ALB controller role (#196)
Co-authored-by: Bryant Biggs <[email protected]>
1 parent c8cb8a0 commit f120cc1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -948,8 +948,7 @@ data "aws_iam_policy_document" "aws_load_balancer_controller" {
948948
sid = "AllowGetCertificates"
949949
effect = "Allow"
950950
resources = [
951-
"arn:${local.partition}:acm:${local.region}:${local.account_id}:*",
952-
"arn:${local.partition}:acm:${local.region}:${local.account_id}:certificate/*"
951+
"*",
953952
]
954953

955954
actions = [

0 commit comments

Comments
 (0)