servers_num -> control_plane_count

This commit is contained in:
phaer
2022-02-26 12:04:45 +01:00
parent 4f9fa42cc9
commit 22606926a1
4 changed files with 9 additions and 9 deletions

View File

@@ -45,6 +45,11 @@ variable "control_plane_server_type" {
type = string
}
variable "control_plane_count" {
description = "Number of control plane nodes."
type = number
}
variable "lb_server_type" {
description = "Default load balancer server type"
@@ -57,11 +62,6 @@ variable "lb_disable_ipv6" {
default = false
}
variable "servers_num" {
description = "Number of control plane nodes."
type = number
}
variable "agent_nodepools" {
description = "Number of agent nodes."
type = map(any)