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

- old
+ new

@@ -46,18 +46,9 @@ "Path": "/", "Roles": [{"Ref": "NATRole"}] } }, -"PrivateRouteThroughBastionBox" : { - "Type" : "AWS::EC2::Route", - "Properties" : { - "RouteTableId" : { "Ref" : "PrivateRouteTable" }, - "DestinationCidrBlock" : "0.0.0.0/0", - "InstanceId" : { "Ref" : "BastionBox" } - } -}, - "BastionBoxSecurityGroup" : { "Type" : "AWS::EC2::SecurityGroup", "Properties" : { "GroupDescription" : "Allow the application instances to access the NAT device", "VpcId" : { "Ref" : "VPC" },