Update variables.tf
Declare the `network_region` variable
This commit is contained in:
parent
c72e212f2b
commit
e77bc4d161
@ -19,6 +19,11 @@ variable "location" {
|
|||||||
type = string
|
type = string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
variable "network_region" {
|
||||||
|
description = "Default region for network"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
variable "control_plane_server_type" {
|
variable "control_plane_server_type" {
|
||||||
description = "Default control plane server type"
|
description = "Default control plane server type"
|
||||||
type = string
|
type = string
|
||||||
|
Loading…
Reference in New Issue
Block a user