Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
fixup! Simple test of the ProjectConfig#process function.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashb committed May 22, 2015
1 parent 497320d commit 48f7635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap_cfn/config.py
Expand Up @@ -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(
Expand Down

0 comments on commit 48f7635

Please sign in to comment.