We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9444948 commit fcfc086Copy full SHA for fcfc086
iam.tf
@@ -11,7 +11,8 @@ data "aws_iam_policy_document" "cluster_autoscaler" {
11
"autoscaling:DescribeTags",
12
"autoscaling:SetDesiredCapacity",
13
"autoscaling:TerminateInstanceInAutoScalingGroup",
14
- "ec2:DescribeLaunchTemplateVersions"
+ "ec2:DescribeLaunchTemplateVersions",
15
+ "ec2:DescribeInstanceTypes"
16
]
17
18
resources = [
0 commit comments