Skip to content

Commit 2f1907b

Browse files
shaunofneuronShaun Becker
andauthored
feat: Add ec2:DescribeSubnets policy to aws-vpc-cni (#29)
Co-authored-by: Shaun Becker <[email protected]>
1 parent 31f4ad2 commit 2f1907b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws_vpc_cni.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ data "aws_iam_policy_document" "vpc_cni" {
4343
"ec2:DescribeTags",
4444
"ec2:DescribeNetworkInterfaces",
4545
"ec2:DescribeInstanceTypes",
46+
"ec2:DescribeSubnets",
4647
"ec2:DetachNetworkInterface",
4748
"ec2:ModifyNetworkInterfaceAttribute",
4849
"ec2:UnassignPrivateIpAddresses",

0 commit comments

Comments
 (0)