Skip to content

Commit

Permalink
add missing permissions for eni mode
Browse files Browse the repository at this point in the history
  • Loading branch information
test committed Dec 2, 2024
1 parent 251ba41 commit ffde804
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions iam_policy.json.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
},
"Effect": "Allow",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "autoscaling:SetInstanceHealth",
"Resource": "arn:aws:autoscaling:*:*:autoScalingGroup:*:autoScalingGroupName/discriminat-*"
}
],
"Version": "2012-10-17"
Expand Down

0 comments on commit ffde804

Please sign in to comment.