-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
HA option in google_compute_vpn_gateway #3625
Comments
I've found this (for reference): GoogleCloudPlatform/magic-modules#1760. |
Hey @selslack As you found in that Magic Modules PR I'm currently working on generating a new This option is preferred because the API that supports the HA VPN Gateway is separate from the one that supports Target VPN Gateway (which is what the current I'll leave this issue open until we support the HA functionality |
Important note: the HA VPN Gateway resource is currently in beta, so this feature will be first made available in https://github.com/terraform-providers/terraform-provider-google-beta |
This is available via the Currently this is only available in the beta provider. |
Hello, as far as I could read there exists no option to create an external vpn gateway with ha mode from the |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Community Note
Description
GCP supports Cloud VPN HA configuration: https://cloud.google.com/vpn/docs/concepts/topologies#configurations_that_support_9999_availability.
When using Terraform's
google_compute_vpn_gateway
, there's no option to create such gateway.Since IPs are allocated automatically with this option enabled, the resource should have an output of newly allocated IPs.
New or Affected Resource(s)
Potential Terraform Configuration
The text was updated successfully, but these errors were encountered: