From e77bc4d16116e078290f2a30929a1bfeddf11766 Mon Sep 17 00:00:00 2001 From: Tim Heckel Date: Sat, 29 Jan 2022 14:02:00 -0600 Subject: [PATCH] Update variables.tf Declare the `network_region` variable --- variables.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/variables.tf b/variables.tf index 81c7ea9..51dc3bd 100644 --- a/variables.tf +++ b/variables.tf @@ -19,6 +19,11 @@ variable "location" { type = string } +variable "network_region" { + description = "Default region for network" + type = string +} + variable "control_plane_server_type" { description = "Default control plane server type" type = string