Skip to content

Commit

Permalink
fix(aws): autoscaling condition key (#84)
Browse files Browse the repository at this point in the history
fix: autoscaling condition key
  • Loading branch information
maxsxu authored May 22, 2024
1 parent 0528113 commit 470011e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/files/bootstrap_role_iam_policy.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"Resource": [ "*" ],
"Condition": {
"StringLike": {
"autoscaling:ResourceTag/cluster-name": "${cluster_pattern}"
"autoscaling:ResourceTag/eks:cluster-name": "${cluster_pattern}"
}
}
},
Expand Down

0 comments on commit 470011e

Please sign in to comment.