From b569d4c668f12667af39a51694566b2355a334ea Mon Sep 17 00:00:00 2001 From: Giovanni Galloro Date: Thu, 17 Dec 2020 21:06:18 +0100 Subject: [PATCH] Changed default facility to ny5 (#110) Signed-off-by: ggalloro --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 38a5ea8..5e49f24 100644 --- a/variables.tf +++ b/variables.tf @@ -97,7 +97,7 @@ variable "esxi_size" { } variable "facility" { - default = "sjc1" + default = "ny5" } variable "router_os" {