Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 9b9da03

Browse files
authored
fix: Remove asterik in permission for runner lambda to describe instances
1 parent c5e3c21 commit 9b9da03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/runners/policies/lambda-scale-down.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"Effect": "Allow",
66
"Action": [
7-
"ec2:DescribeInstances*",
7+
"ec2:DescribeInstances",
88
"ec2:DescribeTags"
99
],
1010
"Resource": [

0 commit comments

Comments
 (0)