This commit is contained in:
jodhi 2022-02-24 23:25:13 +07:00
parent b45d7a468c
commit 519cae04d3
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ lb_server_type = "lb11"
servers_num = 3 servers_num = 3
# For agent nodes, at least 2 is recommended for HA, but you can keep automatic upgrades. # For agent nodes, at least 2 is recommended for HA, but you can keep automatic upgrades.
agents_num = 2 agents_num = 2
agent_nodepools = { agent_nodepools = {
big = { big = {

View File

@ -53,7 +53,7 @@ variable "servers_num" {
} }
variable "agents_num" { variable "agents_num" {
description = "Default agent server type" description = "Number of agent nodes."
type = number type = number
} }