Skip to content

Commit

Permalink
Changes ASG numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwolfaws committed Dec 12, 2024
1 parent f36b32b commit 94d67e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions horde-deployment/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ module "horde" {
ami = data.aws_ami.ubuntu_noble_amd.id
instance_type = "c7a.8xlarge"
min_size = 2
max_size = 8
desired_capacity = 4
max_size = 10
desired_capacity = 8
block_device_mappings = [
{
device_name = "/dev/sda1"
Expand Down

0 comments on commit 94d67e3

Please sign in to comment.