Commit dc38a405 authored by Anton Babenko's avatar Anton Babenko Committed by GitHub

Added note about Transit Gateway integration (#386)

parent b76606e9
...@@ -195,6 +195,10 @@ Sometimes it is handy to have public access to Redshift clusters (for example if ...@@ -195,6 +195,10 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
enable_public_redshift = true # <= By default Redshift subnets will be associated with the private route table enable_public_redshift = true # <= By default Redshift subnets will be associated with the private route table
``` ```
## Transit Gateway (TGW) integration
It is possible to integrate this VPC module with [terraform-aws-transit-gateway module](https://github.com/terraform-aws-modules/terraform-aws-transit-gateway) which handles the creation of TGW resources and VPC attachments. See [complete example there](https://github.com/terraform-aws-modules/terraform-aws-transit-gateway/tree/master/examples/complete).
## Examples ## Examples
* [Simple VPC](https://github.com/terraform-aws-modules/terraform-aws-vpc/tree/master/examples/simple-vpc) * [Simple VPC](https://github.com/terraform-aws-modules/terraform-aws-vpc/tree/master/examples/simple-vpc)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment