Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit 16d24f7

Browse files
Bug fix from 25bab27: Add conditions to fix unresolved resource dependencies.
1 parent 2be0511 commit 16d24f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/aws-vpc.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2654,6 +2654,7 @@
26542654
}
26552655
},
26562656
"PrivateSubnet1ARouteTable": {
2657+
"Condition": "PrivateSubnetsCondition",
26572658
"Value": {
26582659
"Ref": "PrivateSubnet1ARouteTable"
26592660
},
@@ -2677,6 +2678,7 @@
26772678
}
26782679
},
26792680
"PrivateSubnet2ARouteTable": {
2681+
"Condition": "PrivateSubnetsCondition",
26802682
"Value": {
26812683
"Ref": "PrivateSubnet2ARouteTable"
26822684
},

0 commit comments

Comments
 (0)