We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b8296d + 543b23d commit 1809122Copy full SHA for 1809122
terraform/resources/github_actions_policy.json
@@ -7,6 +7,12 @@
7
"Action": [
8
"acm:DeleteCertificate",
9
"acm:RequestCertificate",
10
+ "application-autoscaling:DeleteScalingPolicy",
11
+ "application-autoscaling:DeregisterScalableTarget",
12
+ "application-autoscaling:PutScalingPolicy",
13
+ "application-autoscaling:RegisterScalableTarget",
14
+ "application-autoscaling:TagResource",
15
+ "application-autoscaling:UntagResource",
16
"codedeploy:CreateApplication",
17
"codedeploy:CreateDeployment",
18
"codedeploy:CreateDeploymentGroup",
0 commit comments