ativelkov 546619c2b4 Fixed security groups for AdvNetworking support
Requires change I87c694cfa7725e32956062b63529c3bda5804ba7 to work properly

Change-Id: I16e9fcf5b95d9f77c26e80680975be701d2be271
2013-12-09 17:40:35 +04:00

14 lines
270 B
Plaintext

{
"Resources": {
"$instanceName": {
"Properties": {
"SecurityGroups": [
{
"Ref": "$MuranoSecurityGroup-{envName}"
}
]
}
}
}
}