Skip to content

Commit 5589da5

Browse files
committed
ref(aws): prevent replacement of ASG in CF update
1 parent f70bc12 commit 5589da5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/aws/stack_policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Resource" : "*",
88
"Condition" : {
99
"StringEquals" : {
10-
"ResourceType" : ["AWS::EC2::Instance"]
10+
"ResourceType" : ["AWS::EC2::Instance", "AWS::AutoScaling::AutoScalingGroup"]
1111
}
1212
}
1313
},

0 commit comments

Comments
 (0)