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 7, 2025
1 parent 05c22d7 commit 8ea9de8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions terraform/environments/oasys/locals_test.tf
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,17 @@ locals {
t2-oasys-web-c = merge(local.ec2_autoscaling_groups.web, {
# For SAN project (OASYS replacement) requested by Howard Smith
# Autoscaling disabled as initially server will be configured manually
autoscaling_group = {
desired_capacity = 1
max_size = 1
force_delete = true
vpc_zone_identifier = module.environment.subnets["private"].ids
warm_pool = {
min_size = 0
max_group_prepared_capacity = 1
reuse_on_scale_in = true
}
}
config = merge(local.ec2_autoscaling_groups.web.config, {
ami_name = "oasys_webserver_release_*"
availability_zone = "eu-west-2a"
Expand Down

0 comments on commit 8ea9de8

Please sign in to comment.