You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -195,6 +195,10 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
195
195
enable_public_redshift = true # <= By default Redshift subnets will be associated with the private route table
196
196
```
197
197
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).
0 commit comments