18 lines
454 B
Plaintext
18 lines
454 B
Plaintext
{
|
|
"Resources": {
|
|
"$MuranoSecurityGroup-{envName}": {
|
|
"Type": "AWS::EC2::SecurityGroup",
|
|
"Properties": {
|
|
"SecurityGroupIngress": [
|
|
{
|
|
"ToPort": "8080",
|
|
"IpProtocol": "tcp",
|
|
"FromPort": "8080",
|
|
"CidrIp": "0.0.0.0/0"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|