-
Notifications
You must be signed in to change notification settings - Fork 585
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
can't create active-active vpngw #232
Comments
Great question @davidkarlsen. I'll have to look into whether it's possible to supress creation of the PIP in this scenario, but would it be more useful if we added a feature to the module to auto-create the second network interface and attach it to the firewall when |
creating a 2nd iface would be handy and can co-exist by leaving out any ip config if defined by user - that would provide a balance between flexibility and sane defaulting. |
Will look into this and get it prioritised on our development backlog... thank you for the feedback @davidkarlsen |
* Cast `tomap()` to fix #340 * Add advanced input to fix #342 * Add logic to handle VPN GW generation to fix #333 * Add `advanced_vpn_settings` - Fix #232 - Fix #334 * Custom `ip_configuration` disables PIP creation - Fix #232 * Update to support provider version `v3.0.2` * Link `secondary_location` to settings module * Update to test VPN gateway without AZ * Update resource type in ID prefix * Update baseline for `v3.0.2` provider support * Fix sensitive values error * Update strategy to test using Terraform `v1.1.x` * Update OPA guidance
Versions
v1.1.0
terraform:
1.0.11
azure provider:
version = "~> 2.87"
module:
Description
As we want an active-active VPN gw, we configure two public IPs in order to pass these as ip_configuration to the module:
But still the module will create a pip for the gateway, from
terraform plan
:Steps to Reproduce
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: