Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AWS Transit Gateway module #38

Merged
merged 2 commits into from
Nov 29, 2023

Conversation

jimright
Copy link
Contributor

This PR adds a module for creation of an AWS Transit Gateway and optionally and attaching a specified list of VPCs to the TGW. The module also updates both the Transit Gateway and VPC route tables if specified in the input variables.

This module can be used to assist in deploying Cloudera Data Platform (CDP) Public Cloud in a fully private networking configuration where a CDP VPC and Networking VPC are connected using the Transit Gateway. The example provided with the demonstrates how it can be used to do this. Relies on the VPC module created in #37 to create the required VPC resources.

@jimright jimright added the enhancement New feature or request label Oct 20, 2023
@jimright jimright changed the title Initial commit of AWS Transit Gateway module AWS Transit Gateway module Oct 20, 2023
@jimright jimright changed the title AWS Transit Gateway module Add AWS Transit Gateway module Oct 20, 2023
Signed-off-by: Jim Enright <[email protected]>
@jimright jimright merged commit 25df426 into cloudera-labs:main Nov 29, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant