Skip to content

Commit

Permalink
ncr: TM-596: add second weblogic server for testing AWS version of co…
Browse files Browse the repository at this point in the history
…mbined reporting (#8374)
  • Loading branch information
drobinson-moj authored Oct 22, 2024
1 parent 904394d commit a22a4c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/environments/nomis/locals_preproduction.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ locals {
})
})

# NOT-ACTIVE (green deployment)
# NOT-ACTIVE (green deployment) - for testing Combined Reporting
preprod-nomis-web-b = merge(local.ec2_autoscaling_groups.web, {
autoscaling_group = merge(local.ec2_autoscaling_groups.web.autoscaling_group, {
desired_capacity = 0
max_size = 0
desired_capacity = 1
max_size = 1

initial_lifecycle_hooks = {
"ready-hook" = {
Expand All @@ -133,7 +133,7 @@ locals {
})
user_data_cloud_init = merge(local.ec2_autoscaling_groups.web.user_data_cloud_init, {
args = merge(local.ec2_autoscaling_groups.web.user_data_cloud_init.args, {
branch = "ncr/TM-596/preprod-nomis-link-test"
branch = "main"
})
})
tags = merge(local.ec2_autoscaling_groups.web.tags, {
Expand Down

0 comments on commit a22a4c9

Please sign in to comment.