diff --git a/resources/terraform/auto-drive/variables.tf b/resources/terraform/auto-drive/variables.tf index 4a677405..b00df54b 100644 --- a/resources/terraform/auto-drive/variables.tf +++ b/resources/terraform/auto-drive/variables.tf @@ -77,7 +77,7 @@ variable "kms_key_id" { variable "auto_drive_instance_count" { description = "Number of auto-drive instances to create." type = number - default = 3 + default = 2 } variable "gateway_instance_count" {