Skip to content

Commit

Permalink
feat: add eks:DescribeNodegroup action to iam policy
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-balaz committed Mar 9, 2023
1 parent 7c330eb commit 3bf0ba3
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 3bf0ba3

Please sign in to comment.