Skip to content

Commit 9cfab4a

Browse files
authored
feat: Add ec2:GetSecurityGroupsForVpc for AWS LB Controller v2.10.0 (#536)
1 parent ef31aca commit 9cfab4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/iam-role-for-service-accounts-eks/policies.tf

+1
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,7 @@ data "aws_iam_policy_document" "load_balancer_controller" {
840840
"ec2:DescribeTags",
841841
"ec2:GetCoipPoolUsage",
842842
"ec2:DescribeCoipPools",
843+
"ec2:GetSecurityGroupsForVpc",
843844
"elasticloadbalancing:DescribeLoadBalancers",
844845
"elasticloadbalancing:DescribeLoadBalancerAttributes",
845846
"elasticloadbalancing:DescribeListeners",

0 commit comments

Comments
 (0)