From 4beedc5ba85bcb9300b121df697c726c5a4b5355 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Wed, 8 Jul 2020 21:39:50 +0200 Subject: [PATCH] Update README.md --- modules/net-vpn-ha/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/net-vpn-ha/README.md b/modules/net-vpn-ha/README.md index d5fffa635..2357fb6b7 100644 --- a/modules/net-vpn-ha/README.md +++ b/modules/net-vpn-ha/README.md @@ -13,6 +13,13 @@ module "vpn_ha-1" { name = "net1-to-net-2" peer_gcp_gateway = module.vpn_ha-2.self_link router_asn = 64514 + router_advertise_config = { + groups = ["ALL_SUBNETS"] + ip_ranges = { + "10.0.0.0/8" = "default" + } + mode = "CUSTOM" + } tunnels = { remote-0 = { bgp_peer = { @@ -156,4 +163,4 @@ module "vpn_ha" { | tunnel_names | VPN tunnel names. | | | tunnel_self_links | VPN tunnel self links. | | | tunnels | VPN tunnel resources. | | - \ No newline at end of file +