Sha256: 5119f34d40298c517108340667a3a4a724cb1dc06f849f04feabef6af993fb4b
Contents?: true
Size: 300 Bytes
Versions: 72
Compression:
Stored size: 300 Bytes
Contents
{ "VPC" : { "Type" : "AWS::EC2::VPC", "Properties" : { "CidrBlock" : {"Fn::Join" : [ ".", [{"Ref" : "VPCPrefix"}, "0.0/16"] ]}, "Tags" : [ {"Key" : "Application", "Value" : { "Ref" : "AWS::StackName"} }, {"Key" : "Network", "Value" : "Public" } ] } } }
Version data entries
72 entries across 72 versions & 2 rubygems