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:
committed by
GitHub
parent
38f85e65ce
commit
54955b3e6d
@@ -98,6 +98,7 @@ variable "tunnels" {
|
||||
bgp_session_range = string
|
||||
ike_version = number
|
||||
peer_ip = string
|
||||
router = string
|
||||
shared_secret = string
|
||||
}))
|
||||
default = {}
|
||||
|
||||
Reference in New Issue
Block a user