Skip to content

Commit a912557

Browse files
authored
fix: Correct permission on AWS load balancer controller (#191)
1 parent 21b3a1d commit a912557

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
@@ -718,7 +718,7 @@ data "aws_iam_policy_document" "load_balancer_controller" {
718718
"elasticloadbalancing:RemoveListenerCertificates",
719719
"elasticloadbalancing:ModifyRule",
720720
]
721-
resources = ["arn:${local.partition}:elasticloadbalancing:*:*:targetgroup/*/*"]
721+
resources = ["*"]
722722
}
723723
}
724724

0 commit comments

Comments
 (0)