From f36b32b9af9a1e6feab152a7f93f6d11384f4c0d Mon Sep 17 00:00:00 2001 From: Jake Wolf Date: Thu, 12 Dec 2024 12:42:03 -0700 Subject: [PATCH] Pre-Demo Commit --- horde-deployment/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde-deployment/main.tf b/horde-deployment/main.tf index 2bcb03a..31d1714 100644 --- a/horde-deployment/main.tf +++ b/horde-deployment/main.tf @@ -25,7 +25,7 @@ module "horde" { ami = data.aws_ami.ubuntu_noble_amd.id instance_type = "c7a.8xlarge" min_size = 2 - max_size = 10 + max_size = 8 desired_capacity = 4 block_device_mappings = [ {