We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be361df + 0f9448f commit ebbe2e7Copy full SHA for ebbe2e7
1 file changed
cfn-templates/Lab0-baseline-setup.yml
@@ -123,7 +123,9 @@ Resources:
123
DestinationCidrBlock: 0.0.0.0/0
124
GatewayId: !Ref InternetGateway
125
Type: AWS::EC2::Route
126
- DependsOn: PublicRouteTable
+ DependsOn:
127
+ - PublicRouteTable
128
+ - GatewayToInternet
129
130
PubSubnet1RTAssoc:
131
Properties:
@@ -176,7 +178,7 @@ Resources:
176
178
177
179
AllocationId: !GetAtt NATGateway1EIP.AllocationId
180
SubnetId: !Ref PubSubnet1
- DependsOn:PubSubnet1
181
+ DependsOn: PubSubnet1
182
183
PrivateRoute1:
184
0 commit comments