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 e803e34 commit 2848b19Copy full SHA for 2848b19
main.tf
@@ -1185,6 +1185,7 @@ data "aws_iam_policy_document" "aws_load_balancer_controller" {
1185
"elasticloadbalancing:DescribeTargetHealth",
1186
"elasticloadbalancing:DescribeTags",
1187
"elasticloadbalancing:DescribeTrustStores",
1188
+ "elasticloadbalancing:DescribeListenerAttributes",
1189
]
1190
resources = ["*"]
1191
}
@@ -1348,6 +1349,7 @@ data "aws_iam_policy_document" "aws_load_balancer_controller" {
1348
1349
"elasticloadbalancing:ModifyTargetGroup",
1350
"elasticloadbalancing:ModifyTargetGroupAttributes",
1351
"elasticloadbalancing:DeleteTargetGroup",
1352
+ "elasticloadbalancing:ModifyListenerAttributes",
1353
1354
1355
0 commit comments