Skip to content

Commit 2848b19

Browse files
authored
feat: Update IAM policy for AWS Load Balancer Controller to support Listener Attributes (#419)
1 parent e803e34 commit 2848b19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,6 +1185,7 @@ data "aws_iam_policy_document" "aws_load_balancer_controller" {
11851185
"elasticloadbalancing:DescribeTargetHealth",
11861186
"elasticloadbalancing:DescribeTags",
11871187
"elasticloadbalancing:DescribeTrustStores",
1188+
"elasticloadbalancing:DescribeListenerAttributes",
11881189
]
11891190
resources = ["*"]
11901191
}
@@ -1348,6 +1349,7 @@ data "aws_iam_policy_document" "aws_load_balancer_controller" {
13481349
"elasticloadbalancing:ModifyTargetGroup",
13491350
"elasticloadbalancing:ModifyTargetGroupAttributes",
13501351
"elasticloadbalancing:DeleteTargetGroup",
1352+
"elasticloadbalancing:ModifyListenerAttributes",
13511353
]
13521354
resources = ["*"]
13531355

0 commit comments

Comments
 (0)