Skip to content

Commit b17462a

Browse files
authored
Add ec2:DescribeInstanceTypes permission (#192)
1 parent 73e4ae9 commit b17462a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ data "aws_iam_policy_document" "cluster_autoscaler" {
2020
"autoscaling:DescribeLaunchConfigurations",
2121
"autoscaling:DescribeTags",
2222
"ec2:DescribeLaunchTemplateVersions",
23+
"ec2:DescribeInstanceTypes",
2324
]
2425

2526
resources = ["*"]

0 commit comments

Comments
 (0)