FAST Networking: update router name for onprem vpn

This commit is contained in:
Simone Ruffilli 2022-01-22 09:31:13 +01:00 committed by GitHub
parent 6d2b2f5ff2
commit 19c6e54298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ module "landing-to-onprem-ew1-vpn" {
region = "europe-west1"
name = "vpn-to-onprem-ew1"
router_create = true
router_name = "dev-spoke-vpn-ew1"
router_name = "landing-onprem-vpn-ew1"
router_asn = var.router_configs.landing-ew1.asn
peer_external_gateway = {
redundancy_type = "SINGLE_IP_INTERNALLY_REDUNDANT"