Skip to content

Commit

Permalink
try subnet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nzoschke committed Jan 23, 2016
1 parent d14cc91 commit d7bf9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/dist/kernel.json
Expand Up @@ -500,7 +500,7 @@
}
},
"Routes": {
"DependsOn": [ "Gateway", "GatewayAttachment", "Vpc" ],
"DependsOn": [ "Gateway", "GatewayAttachment", "Subnet0", "Subnet1", "Subnet2", "Vpc" ],
"Type": "AWS::EC2::RouteTable",
"Properties": {
"VpcId": { "Ref": "Vpc" }
Expand Down

0 comments on commit d7bf9ab

Please sign in to comment.