
Requires change I87c694cfa7725e32956062b63529c3bda5804ba7 to work properly Change-Id: I16e9fcf5b95d9f77c26e80680975be701d2be271
18 lines
453 B
Plaintext
18 lines
453 B
Plaintext
{
|
|
"Resources": {
|
|
"$MuranoSecurityGroup-{envName}": {
|
|
"Type": "AWS::EC2::SecurityGroup",
|
|
"Properties": {
|
|
"SecurityGroupIngress": [
|
|
{
|
|
"ToPort": "3389",
|
|
"IpProtocol": "tcp",
|
|
"FromPort": "3389",
|
|
"CidrIp": "0.0.0.0/0"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|