Serg Melikyan bd5ee0215c Add new services PostgreSQL and Tomcat
Change-Id: Id90b4eb8a9f0c5eada04a38ac4a5f1e022f97f48
2014-02-26 16:53:32 +04:00

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"
}
]
}
}
}
}