Add tfvars sample

This commit is contained in:
Aleksandr Averbukh
2019-10-07 18:25:23 +02:00
parent e6e7fa8840
commit 9606ceca45
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
hub_project_id = "automation-examples"
spoke_1_project_id = "automation-examples"
spoke_2_project_id = "automation-examples"
prefix = "test"

View File

@@ -30,7 +30,7 @@ variable "prefix" {
variable "hub_custom_route_advertisement" {
description = "Use custom route advertisement in hub routers to advertise all spoke subnets."
default = true
default = false
}
variable "hub_bgp_asn" {