Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

update default num servers and clients #123

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ variable "cluster_name" {

variable "num_servers" {
description = "The number of Consul server nodes to deploy. We strongly recommend using 3 or 5."
default = 3
default = 5
}

variable "num_clients" {
description = "The number of Consul client nodes to deploy. You typically run the Consul client alongside your apps, so set this value to however many Instances make sense for your app code."
default = 6
default = 0
}

variable "cluster_tag_key" {
Expand Down