-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Associate VPC with an existing VPN gateway #7810
Comments
Hi @jeroenjacobs1205 there is currently no such resource for this. A simple This isn't going to be high on the list right now, so if you feel you could open a PR for this, then it would be gratefully received :) Paul |
As per @stack72, we use a separate bash script to do the attachment, which is attached to a null_resource and triggered by the creation of the vpc. Here's the idea: |
To add. The |
I am working on this in #7870. |
Closed via #7870 |
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. |
When you create a new VPC in TerraForm, is there a way to associate it with an already existing VPN gateway?
Something similar to how "aws_route_table_association" can be used to associate an existing routing table to a subnet?
The text was updated successfully, but these errors were encountered: