Skip to content

Commit

Permalink
Merge pull request #13 from lablabs/zero-scaling-policy
Browse files Browse the repository at this point in the history
feat: add DescribeNodegroup action to iam policy
  • Loading branch information
tomas-balaz authored Mar 10, 2023
2 parents 7c330eb + 3bf0ba3 commit 8990dc8
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 @@ -16,7 +16,8 @@ data "aws_iam_policy_document" "this" {
"autoscaling:SetDesiredCapacity",
"autoscaling:TerminateInstanceInAutoScalingGroup",
"ec2:DescribeLaunchTemplateVersions",
"ec2:DescribeInstanceTypes"
"ec2:DescribeInstanceTypes",
"eks:DescribeNodegroup"
]

resources = [
Expand Down

0 comments on commit 8990dc8

Please sign in to comment.