Skip to content

Commit dc38a40

Browse files
authored
Added note about Transit Gateway integration (#386)
1 parent b76606e commit dc38a40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,10 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
195195
enable_public_redshift = true # <= By default Redshift subnets will be associated with the private route table
196196
```
197197

198+
## Transit Gateway (TGW) integration
199+
200+
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).
201+
198202
## Examples
199203

200204
* [Simple VPC](https://github.com/terraform-aws-modules/terraform-aws-vpc/tree/master/examples/simple-vpc)

0 commit comments

Comments
 (0)