Skip to content

Commit

Permalink
Merge pull request #39 from ministryofjustice/add-eks-perms
Browse files Browse the repository at this point in the history
Add eks:DescribeNodegroup to fix Failed to query the managed nodegroup
  • Loading branch information
poornima-krishnasamy authored Mar 11, 2024
2 parents 9a092e3 + 6532c10 commit 095b85d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ data "aws_iam_policy_document" "cluster_autoscaler" {
"autoscaling:SetDesiredCapacity",
"autoscaling:TerminateInstanceInAutoScalingGroup",
"autoscaling:UpdateAutoScalingGroup",
"eks:DescribeNodegroup",
]

resources = ["*"]
Expand Down

0 comments on commit 095b85d

Please sign in to comment.