Add tfvars sample
This commit is contained in:
4
infrastructure/net-hub-and-spoke/terraform.tfvars.sample
Normal file
4
infrastructure/net-hub-and-spoke/terraform.tfvars.sample
Normal file
@@ -0,0 +1,4 @@
|
||||
hub_project_id = "automation-examples"
|
||||
spoke_1_project_id = "automation-examples"
|
||||
spoke_2_project_id = "automation-examples"
|
||||
prefix = "test"
|
||||
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user