We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f7f284 + 5589da5 commit a6c1d40Copy full SHA for a6c1d40
1 file changed
contrib/aws/stack_policy.json
@@ -7,7 +7,7 @@
7
"Resource" : "*",
8
"Condition" : {
9
"StringEquals" : {
10
- "ResourceType" : ["AWS::EC2::Instance"]
+ "ResourceType" : ["AWS::EC2::Instance", "AWS::AutoScaling::AutoScalingGroup"]
11
}
12
13
},
0 commit comments