Sha256: 0aae3b1613476e82e49997ccd2a3158900354f9eec7b4c48da0b8a836aa21fae
Contents?: true
Size: 442 Bytes
Versions: 72
Compression:
Stored size: 442 Bytes
Contents
{ "InternetGateway" : { "Type" : "AWS::EC2::InternetGateway", "Properties" : { "Tags" : [ {"Key" : "Application", "Value" : { "Ref" : "AWS::StackName"} }, {"Key" : "Network", "Value" : "Public" } ] } }, "AttachGateway" : { "Type" : "AWS::EC2::VPCGatewayAttachment", "Properties" : { "VpcId" : { "Ref" : "VPC" }, "InternetGatewayId" : { "Ref" : "InternetGateway" } } } }
Version data entries
72 entries across 72 versions & 2 rubygems