|
402 | 402 | "Default-route-table-propagation": false, |
403 | 403 | "Auto-accept-sharing-attachments": true |
404 | 404 | }, |
405 | | - "route-tables": ["core", "segregated", "shared", "standalone"] |
| 405 | + "route-tables": ["core", "segregated", "shared", "standalone"], |
| 406 | + "tgw-routes": [ |
| 407 | + { |
| 408 | + "name": "{TGW_ALL}", |
| 409 | + "routes": [ |
| 410 | + { |
| 411 | + "destination": "1.1.0.0/32", |
| 412 | + "target-tgw": "East" |
| 413 | + } |
| 414 | + ] |
| 415 | + }, |
| 416 | + { |
| 417 | + "name": "segregated", |
| 418 | + "routes": [ |
| 419 | + { |
| 420 | + "destination": "1.0.4.0/32", |
| 421 | + "blackhole-route": true |
| 422 | + } |
| 423 | + ] |
| 424 | + }, |
| 425 | + { |
| 426 | + "name": "shared", |
| 427 | + "routes": [{ |
| 428 | + "destination": "1.0.2.0/32", |
| 429 | + "target-vpc": "Dev" |
| 430 | + }] |
| 431 | + }, |
| 432 | + { |
| 433 | + "name": "standalone", |
| 434 | + "routes": [{ |
| 435 | + "destination": "1.0.3.0/32", |
| 436 | + "target-vpn": { |
| 437 | + "name": "Perimeter_fw", |
| 438 | + "az": "b", |
| 439 | + "subnet": "Public" |
| 440 | + } |
| 441 | + }] |
| 442 | + } |
| 443 | + ] |
| 444 | + }, |
| 445 | + { |
| 446 | + "name": "East", |
| 447 | + "asn": 64526, |
| 448 | + "region": "us-east-1", |
| 449 | + "features": { |
| 450 | + "DNS-support": true, |
| 451 | + "VPN-ECMP-support": true, |
| 452 | + "Default-route-table-association": false, |
| 453 | + "Default-route-table-propagation": false, |
| 454 | + "Auto-accept-sharing-attachments": true |
| 455 | + }, |
| 456 | + "route-tables": ["core", "segregated", "shared", "standalone"], |
| 457 | + "tgw-attach": { |
| 458 | + "associate-to-tgw": "Main", |
| 459 | + "account": "shared-network", |
| 460 | + "region": "ca-central-1", |
| 461 | + "tgw-rt-associate-local": ["core"], |
| 462 | + "tgw-rt-associate-remote": ["core"] |
| 463 | + }, |
| 464 | + "tgw-routes": [ |
| 465 | + { |
| 466 | + "name": "core", |
| 467 | + "routes": [ |
| 468 | + { |
| 469 | + "destination": "1.1.0.0/32", |
| 470 | + "target-tgw": "Main" |
| 471 | + } |
| 472 | + ] |
| 473 | + }, |
| 474 | + { |
| 475 | + "name": "segregated", |
| 476 | + "routes": [ |
| 477 | + { |
| 478 | + "destination": "1.1.1.0/32", |
| 479 | + "target-tgw": "Main" |
| 480 | + } |
| 481 | + ] |
| 482 | + } |
| 483 | + ] |
406 | 484 | } |
407 | 485 | ] |
408 | 486 | } |
|
0 commit comments