@@ -281,6 +281,7 @@ Resources:
281
281
GatewayId : !Ref InternetGateway
282
282
RouteTablePublicAInternetRouteIPv6 :
283
283
Type : ' AWS::EC2::Route'
284
+ DependsOn : VPCGatewayAttachment
284
285
Properties :
285
286
RouteTableId : !Ref RouteTablePublic
286
287
DestinationIpv6CidrBlock : ' ::/0'
@@ -300,6 +301,7 @@ Resources:
300
301
GatewayId : !Ref InternetGateway
301
302
RouteTablePublicBInternetRouteIPv6 :
302
303
Type : ' AWS::EC2::Route'
304
+ DependsOn : VPCGatewayAttachment
303
305
Properties :
304
306
RouteTableId : !Ref RouteTableBPublic
305
307
DestinationIpv6CidrBlock : ' ::/0'
@@ -319,6 +321,7 @@ Resources:
319
321
GatewayId : !Ref InternetGateway
320
322
RouteTablePublicCInternetRouteIPv6 :
321
323
Type : ' AWS::EC2::Route'
324
+ DependsOn : VPCGatewayAttachment
322
325
Properties :
323
326
RouteTableId : !Ref RouteTableCPublic
324
327
DestinationIpv6CidrBlock : ' ::/0'
@@ -338,6 +341,7 @@ Resources:
338
341
GatewayId : !Ref InternetGateway
339
342
RouteTablePublicDInternetRouteIPv6 :
340
343
Type : ' AWS::EC2::Route'
344
+ DependsOn : VPCGatewayAttachment
341
345
Properties :
342
346
RouteTableId : !Ref RouteTableDPublic
343
347
DestinationIpv6CidrBlock : ' ::/0'
0 commit comments