Commit ad08a38b by Feanil Patel

Add tags to the bastion box.

parent 45a78d77
......@@ -1577,6 +1577,19 @@
{
"Ref":"BastionSecurityGroup"
}
],
"Tags":[
{
"Key":"group",
"Value":"bastion"
},
{
"Key":"environment",
"Value":{
"Ref":"EnvironmentTag"
},
"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