terraform-aws-transit-gateway
terraform-aws-transit-gateway copied to clipboard
Terraform module to create AWS Transit Gateway resources πΊπ¦
## Description The VPC attachment block supports adding routes to an existing route table but that only works when you are creating a transit gateway. When you are just attaching...
## Description This might be operator error, but I can't get the module to add routes for the TGW in each VPC, which causes VPCs not to route to each...
## Description When add a vpc from a different account to the shared transit Gateway there are no tags in the `Transit Gateway Attachment` - [ x] β I have...
## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - Yes β : please list the...
## Description * Allows for the creation of VPC Flow Log Resources for the created Transit Gateway. ## Motivation and Context * Capturing logs for monitoring purposes, implements #81 for...
## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - No π: please wait to...
## Is your request related to a problem? Please describe. When you remove an account from the ram_principals, the module will replace the associations and disrupt the current shared TGW...
## Description This PR adds support for specifying a custom name for VPC attachments. Currently, this module tags all the attachments with the name of the Transit Gateway. This PR...
Hello, i'm relatively new to Terraform and usage of Terraform modules such as "terraform-aws-transit-gateway" and "terraform-aws-vpc". I would like to ask you to provide (add) additional example :-) In my...
## Description Module creates server TWG attachments and all with the same `var.name` in `Name` tag. A small improvement might be to add an attachment name as a suffix to...