From 48f763530b2bd91681b26c0257768cf89f51adf8 Mon Sep 17 00:00:00 2001 From: Ash Berlin Date: Fri, 22 May 2015 14:54:22 +0100 Subject: [PATCH] fixup! Simple test of the ProjectConfig#process function. --- bootstrap_cfn/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap_cfn/config.py b/bootstrap_cfn/config.py index 2215740..e1e2b3c 100644 --- a/bootstrap_cfn/config.py +++ b/bootstrap_cfn/config.py @@ -195,7 +195,7 @@ def vpc(self): GatewayId=Ref(igw), DestinationCidrBlock="0.0.0.0/0", RouteTableId=Ref(route_table), - DependsOn=gw_attachment + DependsOn=gw_attachment.title ) subnet_a_route_assoc = SubnetRouteTableAssociation(