stajkowski / terraform-aws-networking

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

TGW Default Route #10

Closed stajkowski closed 4 months ago

stajkowski commented 4 months ago

Create default VPC route attachment with config block

transit_gw = { tgw_is_enabled = true tgw_vpc_attach = ["egress", "infra1", "infra2"] tgw_default_vpc = ["egress"] }