./priv/layers/vpc.json in stacco-0.1.29 vs ./priv/layers/vpc.json in stacco-0.1.30

- old
+ new

@@ -207,9 +207,18 @@ { "Key" : "Network", "Value" : "Private" } ] } }, +"PrivateRoute" : { + "Type" : "AWS::EC2::Route", + "Properties" : { + "RouteTableId" : { "Ref" : "PrivateRouteTable" }, + "DestinationCidrBlock" : "0.0.0.0/0", + "GatewayId" : { "Ref" : "InternetGateway" } + } +}, + "PrivateSubnetRouteTableAssociation" : { "Type" : "AWS::EC2::SubnetRouteTableAssociation", "Properties" : { "SubnetId" : { "Ref" : "PrivateSubnet" }, "RouteTableId" : { "Ref" : "PrivateRouteTable" }