paultyng / terraform-provider-unifi

Terraform provider for Unifi :satellite:
https://registry.terraform.io/providers/paultyng/unifi/latest/docs
Mozilla Public License 2.0
508 stars 90 forks source link

Add support for Site-To-Site VPN Configuration #198

Open DDxPlague opened 2 years ago

DDxPlague commented 2 years ago

Right now it looks like the unifi_network resource does not support creating a site-to-site VPN network. I'm not sure if this needs to be an extension to the unifi_network resource or if we should create a new resource entirely like unify_site_to_site_vpn.

My usecase: I'm standing up an AWS site-to-site VPN configuration through the AWS terraform provider. I'd like to be able to programmatically update the Unifi configuration with the pertinent info to finish standing up the VPN tunnel.

DDxPlague commented 2 years ago

Screenshot 2021-10-14 135344

Hoping to be able to configure these fields as well as the advanced details section.

markti commented 1 year ago

I would like to do the same thing on Azure ❤️