Skip to content

Commit ba34af4

Browse files
authored
fix: TargetGroup Binding only policy requires policies for SecurityGroup (#10)
1 parent 5d9820d commit ba34af4

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
@@ -302,6 +302,8 @@ data "aws_iam_policy_document" "lb_controller_targetgroup_only" {
302302
"ec2:DescribeVpcs",
303303
"ec2:DescribeSecurityGroups",
304304
"ec2:DescribeInstances",
305+
"ec2:AuthorizeSecurityGroupIngress",
306+
"ec2:RevokeSecurityGroupIngress",
305307
"elasticloadbalancing:DescribeTargetGroups",
306308
"elasticloadbalancing:DescribeTargetHealth",
307309
]

0 commit comments

Comments
 (0)