Skip to content

Commit

Permalink
DSOS-2567: re-add preprod OEM (#4704)
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj authored Jan 26, 2024
1 parent fdee4db commit 0fa3518
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions terraform/environments/hmpps-oem/locals_preproduction.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,19 @@ locals {
}

baseline_ec2_instances = {
# preprod-oem-a = merge(local.oem_ec2_default, {
# config = merge(local.oem_ec2_default.config, {
# availability_zone = "eu-west-2a"
# })
# user_data_cloud_init = merge(local.oem_ec2_default.user_data_cloud_init, {
# args = merge(local.oem_ec2_default.user_data_cloud_init.args, {
# branch = "cb226d7bc7cbce9a252cb4ea79e237f4c074d66d" # 2023-09-27 preprod ansible config
# })
# })
# })
preprod-oem-a = merge(local.oem_ec2_default, {
config = merge(local.oem_ec2_default.config, {
availability_zone = "eu-west-2a"
})
user_data_cloud_init = merge(local.oem_ec2_default.user_data_cloud_init, {
args = merge(local.oem_ec2_default.user_data_cloud_init.args, {
branch = "main"
})
})
# tags = merge(local.oem_ec2_default.tags, {
# oracle-sids = "EMREP PPRCVCAT"
# })
})
}

baseline_route53_zones = {
Expand Down

0 comments on commit 0fa3518

Please sign in to comment.