stajkowski / terraform-aws-networking

AWS Networking Module for Terraform
Apache License 2.0
0 stars 0 forks source link

Add Support for TGW Routes & Default IPAM Scope #11

Closed stajkowski closed 4 months ago

stajkowski commented 4 months ago

Allow configuration of addtional routes to be placed into the Transit Gateway, such as 0.0.0.0/0 out a specific attached VPC. Additionally, check if IPAM scope already exists and use the scope id for all subsequent allocations. Additional checks need to be added for the parent pool to check if there is already a pool but this is a corner case that can wait.

For testing, add support for live integration testing with aws-nuke support to cleanup any failures.

Closes #2, Closes #10