Skip to content

Commit

Permalink
feat: Add ec2:GetSecurityGroupsForVpc permission to load balancer con…
Browse files Browse the repository at this point in the history
  • Loading branch information
timnee committed Nov 8, 2024
1 parent ef31aca commit cba23b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/iam-role-for-service-accounts-eks/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,7 @@ data "aws_iam_policy_document" "load_balancer_controller" {
"ec2:DescribeTags",
"ec2:GetCoipPoolUsage",
"ec2:DescribeCoipPools",
"ec2:GetSecurityGroupsForVpc",
"elasticloadbalancing:DescribeLoadBalancers",
"elasticloadbalancing:DescribeLoadBalancerAttributes",
"elasticloadbalancing:DescribeListeners",
Expand Down

0 comments on commit cba23b6

Please sign in to comment.