wip
This commit is contained in:
20
variables.tf
20
variables.tf
@@ -20,26 +20,16 @@ variable "additional_public_keys" {
|
||||
default = []
|
||||
}
|
||||
|
||||
variable "location" {
|
||||
description = "Default server location"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "network_region" {
|
||||
description = "Default region for network"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "control_plane_server_type" {
|
||||
description = "Default control plane server type"
|
||||
variable "load_balancer_location" {
|
||||
description = "Default load balancer location"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "control_plane_count" {
|
||||
description = "Number of control plane nodes."
|
||||
type = number
|
||||
}
|
||||
|
||||
variable "load_balancer_type" {
|
||||
description = "Default load balancer server type"
|
||||
type = string
|
||||
@@ -51,6 +41,12 @@ variable "load_balancer_disable_ipv6" {
|
||||
default = false
|
||||
}
|
||||
|
||||
variable "control_plane_nodepools" {
|
||||
description = "Number of control plane nodes."
|
||||
type = list(any)
|
||||
default = []
|
||||
}
|
||||
|
||||
variable "agent_nodepools" {
|
||||
description = "Number of agent nodes."
|
||||
type = list(any)
|
||||
|
Reference in New Issue
Block a user