Skip to content

Commit 65edd4c

Browse files
authored
fix: Add "ec2:DescribeTags" IAM permission for api-gateway-controller (#254)
Signed-off-by: Carlos Santana <[email protected]>
1 parent c6046e7 commit 65edd4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3522,7 +3522,8 @@ data "aws_iam_policy_document" "aws_gateway_api_controller" {
35223522
"vpc-lattice:*",
35233523
"iam:CreateServiceLinkedRole",
35243524
"ec2:DescribeVpcs",
3525-
"ec2:DescribeSubnets"
3525+
"ec2:DescribeSubnets",
3526+
"ec2:DescribeTags"
35263527
]
35273528
resources = ["*"]
35283529
}

0 commit comments

Comments
 (0)