From bbccaca8005e33ba5bea0d9f8a8317255fe07027 Mon Sep 17 00:00:00 2001 From: Craig Gilbertson Date: Mon, 8 Apr 2024 14:20:54 +0100 Subject: [PATCH 1/2] DSOS-2708-combined-reporting-bods --- teams/hmpps/windows_server_2019/terraform.tfvars | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/teams/hmpps/windows_server_2019/terraform.tfvars b/teams/hmpps/windows_server_2019/terraform.tfvars index d9480976..a1ee426e 100644 --- a/teams/hmpps/windows_server_2019/terraform.tfvars +++ b/teams/hmpps/windows_server_2019/terraform.tfvars @@ -52,6 +52,10 @@ accounts_to_distribute_ami_by_branch = { "oasys-national-reporting-test", "oasys-national-reporting-preproduction", "oasys-national-reporting-production" + "nomis-combined-reporting-development", + "nomis-combined-reporting-test", + "nomis-combined-reporting-preproduction", + "nomis-combined-reporting-production" ] # push to any other branch / local run @@ -59,6 +63,8 @@ accounts_to_distribute_ami_by_branch = { "core-shared-services-production", "oasys-national-reporting-development", "oasys-national-reporting-test" + "nomis-combined-reporting-development" + "nomis-combined-reporting-test" ] } @@ -70,14 +76,20 @@ launch_permission_accounts_by_branch = { "oasys-national-reporting-development", "oasys-national-reporting-test", "oasys-national-reporting-preproduction", - "oasys-national-reporting-production" + "oasys-national-reporting-production", + "nomis-combined-reporting-development", + "nomis-combined-reporting-test", + "nomis-combined-reporting-preproduction", + "nomis-combined-reporting-production" ] # push to any other branch / local run default = [ "core-shared-services-production", "oasys-national-reporting-development", - "oasys-national-reporting-test" + "oasys-national-reporting-test", + "nomis-combined-reporting-development", + "nomis-combined-reporting-test" ] } From e66af7986f97dc8a239739c5d64339aff9f259b5 Mon Sep 17 00:00:00 2001 From: Craig Gilbertson Date: Mon, 8 Apr 2024 14:26:17 +0100 Subject: [PATCH 2/2] DSOS-2708-combined-reporting-bods --- teams/hmpps/windows_server_2019/terraform.tfvars | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/teams/hmpps/windows_server_2019/terraform.tfvars b/teams/hmpps/windows_server_2019/terraform.tfvars index a1ee426e..c7b16b53 100644 --- a/teams/hmpps/windows_server_2019/terraform.tfvars +++ b/teams/hmpps/windows_server_2019/terraform.tfvars @@ -51,7 +51,7 @@ accounts_to_distribute_ami_by_branch = { "oasys-national-reporting-development", "oasys-national-reporting-test", "oasys-national-reporting-preproduction", - "oasys-national-reporting-production" + "oasys-national-reporting-production", "nomis-combined-reporting-development", "nomis-combined-reporting-test", "nomis-combined-reporting-preproduction", @@ -62,8 +62,8 @@ accounts_to_distribute_ami_by_branch = { default = [ "core-shared-services-production", "oasys-national-reporting-development", - "oasys-national-reporting-test" - "nomis-combined-reporting-development" + "oasys-national-reporting-test", + "nomis-combined-reporting-development", "nomis-combined-reporting-test" ]