Skip to content

Commit f9d5e28

Browse files
authored
feat: Update VPC CNI policy to 3/4/24 (#476)
1 parent bf013d2 commit f9d5e28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1443,9 +1443,10 @@ data "aws_iam_policy_document" "vpc_cni" {
14431443
"ec2:DescribeTags",
14441444
"ec2:DescribeNetworkInterfaces",
14451445
"ec2:DescribeInstanceTypes",
1446+
"ec2:DescribeSubnets",
14461447
"ec2:DetachNetworkInterface",
14471448
"ec2:ModifyNetworkInterfaceAttribute",
1448-
"ec2:UnassignPrivateIpAddresses",
1449+
"ec2:UnassignPrivateIpAddresses"
14491450
]
14501451
resources = ["*"]
14511452
}

0 commit comments

Comments
 (0)