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

- old
+ new

@@ -207,18 +207,9 @@ { "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" }