servers_num -> control_plane_count
This commit is contained in:
10
variables.tf
10
variables.tf
@@ -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)
|
||||
|
Reference in New Issue
Block a user