Add support for per-tunnel routers to VPN dynamic and HA (#202)

* add optional per-tunnel router to vpn dynamic module

* add support for per-tunnel router to VPN HA

* fix onprem tests
This commit is contained in:
Ludovico Magnocavallo
2021-03-02 07:36:06 +01:00
committed by GitHub
parent 38f85e65ce
commit 54955b3e6d
7 changed files with 31 additions and 15 deletions

View File

@@ -98,6 +98,7 @@ variable "tunnels" {
bgp_session_range = string
ike_version = number
peer_ip = string
router = string
shared_secret = string
}))
default = {}