From eec0310708dfbdc99bbd1d9cddb080be8d4dd004 Mon Sep 17 00:00:00 2001 From: Emanuele Bezzi Date: Fri, 13 May 2022 11:40:26 -0400 Subject: [PATCH] chore: set explorer instance count to 3 (#259) --- .happy/terraform/envs/prod/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/.happy/terraform/envs/prod/main.tf b/.happy/terraform/envs/prod/main.tf index 320771fb0..995292d8c 100644 --- a/.happy/terraform/envs/prod/main.tf +++ b/.happy/terraform/envs/prod/main.tf @@ -13,6 +13,7 @@ module stack { stack_prefix = "/${var.stack_name}" batch_container_memory_limit = 28000 memory = 50000 + explorer_instance_count = 3 wait_for_steady_state = var.wait_for_steady_state }