Skip to content

Commit

Permalink
fix: Added missing permission to autoscaler role
Browse files Browse the repository at this point in the history
AshutoshAM2002 authored Jul 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c27d137 commit 1e5799e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/cluster-autoscaler/main.tf
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ resource "aws_iam_policy" "policy" {
"Effect": "Allow",
"Resource": "*"
}
],
]
"Version": "2012-10-17"
}
EOT

0 comments on commit 1e5799e

Please sign in to comment.