From 1b942cd307448f93aa5f853c2c3c090c6ef9d4d7 Mon Sep 17 00:00:00 2001 From: Calvin Bui <3604363+calvinbui@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:16:06 +1100 Subject: [PATCH] feat: add ec2:GetSecurityGroupsForVpc to account for ELB API changes --- aws_lb_controller.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/aws_lb_controller.tf b/aws_lb_controller.tf index e590698..a8253c2 100644 --- a/aws_lb_controller.tf +++ b/aws_lb_controller.tf @@ -36,6 +36,7 @@ data "aws_iam_policy_document" "lb_controller" { "ec2:DescribeTags", "ec2:GetCoipPoolUsage", "ec2:DescribeCoipPools", + "ec2:GetSecurityGroupsForVpc", "elasticloadbalancing:DescribeLoadBalancers", "elasticloadbalancing:DescribeLoadBalancerAttributes", "elasticloadbalancing:DescribeListeners",