Skip to content

Commit dfef351

Browse files
authored
feat: Add ec2:GetSecurityGroupsForVpc for AWS LB Controller v2.10.0 (#25)
1 parent c6186ee commit dfef351

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws_lb_controller.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ data "aws_iam_policy_document" "lb_controller" {
3636
"ec2:DescribeTags",
3737
"ec2:GetCoipPoolUsage",
3838
"ec2:DescribeCoipPools",
39+
"ec2:GetSecurityGroupsForVpc",
3940
"elasticloadbalancing:DescribeLoadBalancers",
4041
"elasticloadbalancing:DescribeLoadBalancerAttributes",
4142
"elasticloadbalancing:DescribeListeners",

0 commit comments

Comments
 (0)