We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45f1d2 commit ef9c1d7Copy full SHA for ef9c1d7
aws_lb_controller.tf
@@ -47,6 +47,7 @@ data "aws_iam_policy_document" "lb_controller" {
47
"elasticloadbalancing:DescribeTargetHealth",
48
"elasticloadbalancing:DescribeTags",
49
"elasticloadbalancing:DescribeTrustStores",
50
+ "elasticloadbalancing:DescribeListenerAttributes",
51
]
52
resources = ["*"]
53
}
@@ -206,6 +207,7 @@ data "aws_iam_policy_document" "lb_controller" {
206
207
"elasticloadbalancing:ModifyTargetGroup",
208
"elasticloadbalancing:ModifyTargetGroupAttributes",
209
"elasticloadbalancing:DeleteTargetGroup",
210
+ "elasticloadbalancing:ModifyListenerAttributes",
211
212
213
0 commit comments