aws-ia / terraform-aws-vpc

AWS VPC Module
https://registry.terraform.io/modules/aws-ia/vpc/aws/latest
Apache License 2.0
92 stars 98 forks source link

Manage the transit gateway association and propagation using this module? #103

Closed joshis2020 closed 1 year ago

joshis2020 commented 1 year ago

Hi,

Going through the transit gateway example here , I saw the way we can add routes pointing to TGW inside the subnet route tables. However, how can we manage the VPC association with the TGW route table and the propogations?

pablo19sc commented 1 year ago

Hi!

The propagation and association in the TGW is out of scope of this module. The idea with this one is to simplify all the actions done when configuring a VPC in a specific AWS Account. Later, the management of TGW routing (with all the VPC attachments). The Hub and Spoke module - https://registry.terraform.io/modules/aws-ia/network-hubandspoke/aws/latest - tries to simplify this configuration.