Update README.md

This commit is contained in:
Ludovico Magnocavallo 2020-07-08 21:39:50 +02:00 committed by GitHub
parent 3b2ac379d4
commit 4beedc5ba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -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. | |
<!-- END TFDOC -->
<!-- END TFDOC -->