We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
"autoscaling:UpdateAutoScalingGroup"
1 parent 3cd8f1a commit aeb5d7fCopy full SHA for aeb5d7f
modules/iam-role-for-service-accounts-eks/policies.tf
@@ -74,8 +74,7 @@ data "aws_iam_policy_document" "cluster_autoscaler" {
74
content {
75
actions = [
76
"autoscaling:SetDesiredCapacity",
77
- "autoscaling:TerminateInstanceInAutoScalingGroup",
78
- "autoscaling:UpdateAutoScalingGroup",
+ "autoscaling:TerminateInstanceInAutoScalingGroup"
79
]
80
81
resources = ["*"]
0 commit comments