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