Skip to content

Commit ef9c1d7

Browse files
authored
feat: Update IAM policy for AWS Load Balancer Controller to support Listener Attributes (#19)
1 parent e45f1d2 commit ef9c1d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws_lb_controller.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ data "aws_iam_policy_document" "lb_controller" {
4747
"elasticloadbalancing:DescribeTargetHealth",
4848
"elasticloadbalancing:DescribeTags",
4949
"elasticloadbalancing:DescribeTrustStores",
50+
"elasticloadbalancing:DescribeListenerAttributes",
5051
]
5152
resources = ["*"]
5253
}
@@ -206,6 +207,7 @@ data "aws_iam_policy_document" "lb_controller" {
206207
"elasticloadbalancing:ModifyTargetGroup",
207208
"elasticloadbalancing:ModifyTargetGroupAttributes",
208209
"elasticloadbalancing:DeleteTargetGroup",
210+
"elasticloadbalancing:ModifyListenerAttributes",
209211
]
210212
resources = ["*"]
211213

0 commit comments

Comments
 (0)