Skip to content

Commit

Permalink
Pre-Demo Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwolfaws committed Dec 12, 2024
1 parent e48d01a commit f36b32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horde-deployment/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
{
Expand Down

0 comments on commit f36b32b

Please sign in to comment.