Skip to content

Commit

Permalink
feat: updated policy syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshAM2002 authored Aug 13, 2024
1 parent c7d186c commit 9601903
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
Expand Up @@ -50,7 +50,7 @@ resource "aws_iam_policy" "policy" {
"autoscaling:SetDesiredCapacity",
"autoscaling:TerminateInstanceInAutoScalingGroup",
"elasticloadbalancing:DescribeLoadBalancers",
"ec2:DescribeLaunchTemplateVersions",
"ec2:DescribeLaunchTemplateVersions"
],
"Effect": "Allow",
"Resource": "*"
Expand Down

0 comments on commit 9601903

Please sign in to comment.