
Requires change I87c694cfa7725e32956062b63529c3bda5804ba7 to work properly Change-Id: I16e9fcf5b95d9f77c26e80680975be701d2be271
19 lines
544 B
Plaintext
19 lines
544 B
Plaintext
{
|
|
"Resources": {
|
|
"$MuranoSecurityGroup-{envName}": {
|
|
"Type": "AWS::EC2::SecurityGroup",
|
|
"Properties": {
|
|
"SecurityGroupIngress": [
|
|
{
|
|
"ToPort": "-1",
|
|
"IpProtocol": "icmp",
|
|
"FromPort": "-1",
|
|
"CidrIp": "$cidr"
|
|
}
|
|
],
|
|
"GroupDescription": "$Composite security group for Murano Environment {envName}"
|
|
}
|
|
}
|
|
}
|
|
}
|