Skip to content

Commit

Permalink
feat: Update VPC CNI policy to 3/4/24 (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
vuskeedoo authored Apr 8, 2024
1 parent bf013d2 commit f9d5e28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/iam-role-for-service-accounts-eks/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1443,9 +1443,10 @@ data "aws_iam_policy_document" "vpc_cni" {
"ec2:DescribeTags",
"ec2:DescribeNetworkInterfaces",
"ec2:DescribeInstanceTypes",
"ec2:DescribeSubnets",
"ec2:DetachNetworkInterface",
"ec2:ModifyNetworkInterfaceAttribute",
"ec2:UnassignPrivateIpAddresses",
"ec2:UnassignPrivateIpAddresses"
]
resources = ["*"]
}
Expand Down

0 comments on commit f9d5e28

Please sign in to comment.