Commit 4505442f by Feanil Patel

Remove PropagateAtLaunche from security groups.

parent 22de696a
...@@ -3266,22 +3266,19 @@ ...@@ -3266,22 +3266,19 @@
"Tags":[ "Tags":[
{ {
"Key":"play", "Key":"play",
"Value":"edxapp", "Value":"edxapp"
"PropagateAtLaunch":true
}, },
{ {
"Key":"environment", "Key":"environment",
"Value":{ "Value":{
"Ref":"EnvironmentTag" "Ref":"EnvironmentTag"
}, }
"PropagateAtLaunch":true
}, },
{ {
"Key":"deployment", "Key":"deployment",
"Value":{ "Value":{
"Ref":"DeploymentTag" "Ref":"DeploymentTag"
}, }
"PropagateAtLaunch":true
} }
] ]
} }
...@@ -3622,22 +3619,19 @@ ...@@ -3622,22 +3619,19 @@
"Tags":[ "Tags":[
{ {
"Key":"play", "Key":"play",
"Value":"xqueue", "Value":"xqueue"
"PropagateAtLaunch":true
}, },
{ {
"Key":"environment", "Key":"environment",
"Value":{ "Value":{
"Ref":"EnvironmentTag" "Ref":"EnvironmentTag"
}, }
"PropagateAtLaunch":true
}, },
{ {
"Key":"deployment", "Key":"deployment",
"Value":{ "Value":{
"Ref":"DeploymentTag" "Ref":"DeploymentTag"
}, }
"PropagateAtLaunch":true
} }
] ]
} }
...@@ -4012,22 +4006,19 @@ ...@@ -4012,22 +4006,19 @@
"Tags":[ "Tags":[
{ {
"Key":"play", "Key":"play",
"Value":"rabbitmq", "Value":"rabbitmq"
"PropagateAtLaunch":true
}, },
{ {
"Key":"environment", "Key":"environment",
"Value":{ "Value":{
"Ref":"EnvironmentTag" "Ref":"EnvironmentTag"
}, }
"PropagateAtLaunch":true
}, },
{ {
"Key":"deployment", "Key":"deployment",
"Value":{ "Value":{
"Ref":"DeploymentTag" "Ref":"DeploymentTag"
}, }
"PropagateAtLaunch":true
} }
] ]
} }
...@@ -4360,22 +4351,19 @@ ...@@ -4360,22 +4351,19 @@
"Tags":[ "Tags":[
{ {
"Key":"play", "Key":"play",
"Value":"xserver", "Value":"xserver"
"PropagateAtLaunch":true
}, },
{ {
"Key":"environment", "Key":"environment",
"Value":{ "Value":{
"Ref":"EnvironmentTag" "Ref":"EnvironmentTag"
}, }
"PropagateAtLaunch":true
}, },
{ {
"Key":"deployment", "Key":"deployment",
"Value":{ "Value":{
"Ref":"DeploymentTag" "Ref":"DeploymentTag"
}, }
"PropagateAtLaunch":true
} }
] ]
} }
...@@ -4763,22 +4751,19 @@ ...@@ -4763,22 +4751,19 @@
"Tags":[ "Tags":[
{ {
"Key":"play", "Key":"play",
"Value":"worker", "Value":"worker"
"PropagateAtLaunch":true
}, },
{ {
"Key":"environment", "Key":"environment",
"Value":{ "Value":{
"Ref":"EnvironmentTag" "Ref":"EnvironmentTag"
}, }
"PropagateAtLaunch":true
}, },
{ {
"Key":"deployment", "Key":"deployment",
"Value":{ "Value":{
"Ref":"DeploymentTag" "Ref":"DeploymentTag"
}, }
"PropagateAtLaunch":true
} }
] ]
} }
...@@ -5375,22 +5360,19 @@ ...@@ -5375,22 +5360,19 @@
"Tags":[ "Tags":[
{ {
"Key":"play", "Key":"play",
"Value":"forum", "Value":"forum"
"PropagateAtLaunch":true
}, },
{ {
"Key":"environment", "Key":"environment",
"Value":{ "Value":{
"Ref":"EnvironmentTag" "Ref":"EnvironmentTag"
}, }
"PropagateAtLaunch":true
}, },
{ {
"Key":"deployment", "Key":"deployment",
"Value":{ "Value":{
"Ref":"DeploymentTag" "Ref":"DeploymentTag"
}, }
"PropagateAtLaunch":true
} }
] ]
} }
...@@ -5739,22 +5721,19 @@ ...@@ -5739,22 +5721,19 @@
"Tags":[ "Tags":[
{ {
"Key":"play", "Key":"play",
"Value":"mongo", "Value":"mongo"
"PropagateAtLaunch":true
}, },
{ {
"Key":"environment", "Key":"environment",
"Value":{ "Value":{
"Ref":"EnvironmentTag" "Ref":"EnvironmentTag"
}, }
"PropagateAtLaunch":true
}, },
{ {
"Key":"deployment", "Key":"deployment",
"Value":{ "Value":{
"Ref":"DeploymentTag" "Ref":"DeploymentTag"
}, }
"PropagateAtLaunch":true
} }
] ]
} }
......
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