Update variables.tf

Declare the `network_region` variable
This commit is contained in:
Tim Heckel 2022-01-29 14:02:00 -06:00 committed by GitHub
parent c72e212f2b
commit e77bc4d161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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