Skip to content

Commit

Permalink
Update locals_test.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
wullub committed Jan 8, 2025
1 parent 7c0a560 commit 48dee59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/environments/oasys/locals_test.tf
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ locals {
# For SAN project (OASYS replacement) requested by Howard Smith
autoscaling_group = merge(local.ec2_autoscaling_groups.web.autoscaling_group, {
desired_capacity = 1 # setting to 0 leaves in a stopped state because of the warm_pool config below
# warm_pool = {
# min_size = 0
# reuse_on_scale_in = true
# }
warm_pool = {
min_size = 0
reuse_on_scale_in = true
}
})
config = merge(local.ec2_autoscaling_groups.web.config, {
ami_name = "oasys_webserver_release_*"
Expand Down

0 comments on commit 48dee59

Please sign in to comment.