{ "Resources": { "$MuranoSecurityGroup-{envName}": { "Type": "AWS::EC2::SecurityGroup", "Properties": { "SecurityGroupIngress": [ { "ToPort": "23", "IpProtocol": "tcp", "FromPort": "23", "CidrIp": "0.0.0.0/0" } ] } } } }