terraform-google-modules/terraform-google-vpn

Add support for VPN HA

ocervell opened this issue · 2 comments

There is a new resource allowing to have HA for VPN tunnels: https://www.terraform.io/docs/providers/google/r/compute_ha_vpn_gateway.html

Let's add support for it !

Hi @ocervell, @morgante, I think it's better to have vpn-ha as a separate module (submodule), it's using different kind of gateway and set of parameters, in case of adjusting it to existing module it will add a lot of complexity. Also I think we may split existing module to dynamic + static submodules and get rid of the main module. WDYT?

Hi @ocervell, @morgante, I think it's better to have vpn-ha as a separate module (submodule), it's using different kind of gateway and set of parameters, in case of adjusting it to existing module it will add a lot of complexity.

I think that's a good idea, agreed.

Also I think we may split existing module to dynamic + static submodules and get rid of the main module.

Agreed.