Skip to content

Commit

Permalink
Merge pull request #9 from DNXLabs/fix/add-missing-permissions
Browse files Browse the repository at this point in the history
Add missing EKS read actions
  • Loading branch information
lucasmacedot authored Aug 15, 2024
2 parents c2c0b9e + dafaa8e commit a899e1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ data "aws_iam_policy_document" "kubernetes_cluster_autoscaler" {
"autoscaling:SetDesiredCapacity",
"autoscaling:TerminateInstanceInAutoScalingGroup",
"ec2:DescribeLaunchTemplateVersions",
"ec2:DescribeInstanceTypes"
"ec2:DescribeInstanceTypes",
"eks:Describe*",
"eks:List*"
]
resources = [
"*",
Expand Down

0 comments on commit a899e1b

Please sign in to comment.