Skip to content

Commit 44b0ae1

Browse files
committed
feat: resolve merge
1 parent 19502fa commit 44b0ae1

File tree

2 files changed

+0
-115
lines changed

2 files changed

+0
-115
lines changed

src/constructs/network.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -213,14 +213,6 @@ export class Network extends Construct {
213213
});
214214
}
215215

216-
if (useSingleRouteTable) {
217-
// Single NAT Gateway: One route table per subnet group
218-
this.configureSubnetGroupRouteTables(props, natProvider, internetGateway);
219-
} else {
220-
// Multiple NAT Gateways: One route table per subnet to avoid duplicate 0.0.0.0/0 entries
221-
this.configureSubnetRouteTables(props, natProvider, internetGateway);
222-
}
223-
224216
// this.pbSubnets.forEach((pb) => {
225217
// pb.addDefaultInternetRoute(internetGateway.ref, att);
226218
// });

src/constructs/routeTableManager.ts

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)