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 5d9820d commit ba34af4Copy full SHA for ba34af4
aws_lb_controller.tf
@@ -302,6 +302,8 @@ data "aws_iam_policy_document" "lb_controller_targetgroup_only" {
302
"ec2:DescribeVpcs",
303
"ec2:DescribeSecurityGroups",
304
"ec2:DescribeInstances",
305
+ "ec2:AuthorizeSecurityGroupIngress",
306
+ "ec2:RevokeSecurityGroupIngress",
307
"elasticloadbalancing:DescribeTargetGroups",
308
"elasticloadbalancing:DescribeTargetHealth",
309
]
0 commit comments