Skip to content

Commit

Permalink
fix: Remove asterik in permission for runner lambda to describe insta…
Browse files Browse the repository at this point in the history
…nces
  • Loading branch information
julada committed Jun 23, 2022
1 parent c5e3c21 commit 9b9da03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/runners/policies/lambda-scale-down.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"Effect": "Allow",
"Action": [
"ec2:DescribeInstances*",
"ec2:DescribeInstances",
"ec2:DescribeTags"
],
"Resource": [
Expand Down

0 comments on commit 9b9da03

Please sign in to comment.