Commit 37271a41 by Fred Smith

Merge pull request #1264 from edx/derf/dont_PropagateAtLaunch_all_the_things

CloudFormation doesn't know what to do with these.
parents 0bb12368 51149d72
...@@ -2865,15 +2865,13 @@ ...@@ -2865,15 +2865,13 @@
"Key":"environment", "Key":"environment",
"Value":{ "Value":{
"Ref":"EnvironmentTag" "Ref":"EnvironmentTag"
}, }
"PropagateAtLaunch":true
}, },
{ {
"Key":"deployment", "Key":"deployment",
"Value":{ "Value":{
"Ref":"DeploymentTag" "Ref":"DeploymentTag"
}, }
"PropagateAtLaunch":true
} }
], ],
"UserData": { "Fn::Base64" : { "Fn::Join" : ["", [ "UserData": { "Fn::Base64" : { "Fn::Join" : ["", [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment