Skip to content

Commit 61aa65b

Browse files
committed
fix: comma typo in IAM policy
1 parent 46378f9 commit 61aa65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/iam-role-for-service-accounts-eks/policies.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ data "aws_iam_policy_document" "cluster_autoscaler" {
7474
content {
7575
actions = [
7676
"autoscaling:SetDesiredCapacity",
77-
"autoscaling:TerminateInstanceInAutoScalingGroup",
77+
"autoscaling:TerminateInstanceInAutoScalingGroup"
7878
]
7979

8080
resources = ["*"]

0 commit comments

Comments
 (0)