diff --git a/deployments/terraform/modules/node/v1/variables.tf b/deployments/terraform/modules/node/v1/variables.tf index 746cf270c5..cbfc08616c 100644 --- a/deployments/terraform/modules/node/v1/variables.tf +++ b/deployments/terraform/modules/node/v1/variables.tf @@ -17,7 +17,7 @@ variable "cluster_zones" { variable "num_nodes" { description = "The number of nodes per zone" - default = 2 + default = 4 } ### The rest of the variables have logical defaults