Skip to content

Commit fcfc086

Browse files
Update iam.tf (#11)
Updating IAM permissions to fix kubernetes/autoscaler#3216 error
1 parent 9444948 commit fcfc086

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

iam.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ data "aws_iam_policy_document" "cluster_autoscaler" {
1111
"autoscaling:DescribeTags",
1212
"autoscaling:SetDesiredCapacity",
1313
"autoscaling:TerminateInstanceInAutoScalingGroup",
14-
"ec2:DescribeLaunchTemplateVersions"
14+
"ec2:DescribeLaunchTemplateVersions",
15+
"ec2:DescribeInstanceTypes"
1516
]
1617

1718
resources = [

0 commit comments

Comments
 (0)