From f32a4921507dedff2091aa79c61fa39f91e1b1eb Mon Sep 17 00:00:00 2001 From: ianthegray Date: Fri, 8 Mar 2019 12:53:34 +0000 Subject: [PATCH] update default num servers adn clients --- variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variables.tf b/variables.tf index 7882b858..0bf0f787 100644 --- a/variables.tf +++ b/variables.tf @@ -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" {