Skip to content

Commit

Permalink
Add ec2:DescribeInstanceTypes permission (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailbaskin authored Feb 19, 2022
1 parent 73e4ae9 commit b17462a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/iam-role-for-service-accounts-eks/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ data "aws_iam_policy_document" "cluster_autoscaler" {
"autoscaling:DescribeLaunchConfigurations",
"autoscaling:DescribeTags",
"ec2:DescribeLaunchTemplateVersions",
"ec2:DescribeInstanceTypes",
]

resources = ["*"]
Expand Down

0 comments on commit b17462a

Please sign in to comment.