-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
TGW with VPCs from other accounts #46
Comments
Hi @Bredoxon I think the facility your looking for can be found in the examples https://github.com/terraform-aws-modules/terraform-aws-transit-gateway#examples You'll need to use Resource Access Manager (RAM) to share the TransitGW with the client account. Your config will include something like this I hope that helps! |
Hi @tfhartmann thanks for getting back, and sorry for my late response! For the records, I've ended up building my own custom module as couldn't find anything that suit the particular user case I had. 👍 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hi, thanks for this module, looks awesome!
Question, does this module support creating the TGW in one account and attaching the VPCs from different accounts?
I've been trying to do that by following the multi account example but I can't seem to figure how to achieve this. For example:
The text was updated successfully, but these errors were encountered: