Skip to content

Commit

Permalink
Update iam.tf (#11)
Browse files Browse the repository at this point in the history
Updating IAM permissions to fix kubernetes/autoscaler#3216 error
  • Loading branch information
saurabh-paystack authored May 9, 2022
1 parent 9444948 commit fcfc086
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ data "aws_iam_policy_document" "cluster_autoscaler" {
"autoscaling:DescribeTags",
"autoscaling:SetDesiredCapacity",
"autoscaling:TerminateInstanceInAutoScalingGroup",
"ec2:DescribeLaunchTemplateVersions"
"ec2:DescribeLaunchTemplateVersions",
"ec2:DescribeInstanceTypes"
]

resources = [
Expand Down

0 comments on commit fcfc086

Please sign in to comment.