./priv/layers/bastion.json in stacco-0.1.39 vs ./priv/layers/bastion.json in stacco-0.1.40

- old
+ new

@@ -2,12 +2,15 @@ "Resources": { "BastionBox" : { "Type" : "AWS::EC2::Instance", + "DependsOn": "BastionBoxEth0IPAttachment", + "Metadata": { "AWS::CloudFormation::Init": {} }, + "Properties" : { "InstanceType": "m3.large", "ImageId": {"Ref": "InstanceAMIVar"}, "SourceDestCheck": "false",