From 19c7b6c78ff370732892cc0074c604dbe6c0fb73 Mon Sep 17 00:00:00 2001 From: robertsweetman Date: Wed, 20 Sep 2023 12:28:40 +0100 Subject: [PATCH 1/2] distribute windows server 2022 to csr environments --- teams/hmpps/windows_server_2022/terraform.tfvars | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/teams/hmpps/windows_server_2022/terraform.tfvars b/teams/hmpps/windows_server_2022/terraform.tfvars index 41ce582f..5ceb17d1 100644 --- a/teams/hmpps/windows_server_2022/terraform.tfvars +++ b/teams/hmpps/windows_server_2022/terraform.tfvars @@ -48,6 +48,10 @@ accounts_to_distribute_ami_by_branch = { main = [ "core-shared-services-production", "hmpps-domain-services-development", + "corporate-staff-rostering-test", + "corporate-staff-rostering-development", + "corporate-staff-rostering-preproduction", + "corporate-staff-rostering-production", "nomis-development", "nomis-test", "nomis-preproduction", @@ -66,6 +70,8 @@ accounts_to_distribute_ami_by_branch = { default = [ "core-shared-services-production", "hmpps-domain-services-development", + "corporate-staff-rostering-development", + "corporate-staff-rostering-test", "nomis-development", "nomis-test", "oasys-development", @@ -81,6 +87,10 @@ launch_permission_accounts_by_branch = { main = [ "core-shared-services-production", "hmpps-domain-services-development", + "corporate-staff-rostering-development", + "corporate-staff-rostering-test", + "corporate-staff-rostering-preproduction", + "corporate-staff-rostering-production", "nomis-development", "nomis-test", "nomis-preproduction", @@ -99,6 +109,8 @@ launch_permission_accounts_by_branch = { default = [ "core-shared-services-production", "hmpps-domain-services-development", + "corporate-staff-rostering-development", + "corporate-staff-rostering-test", "nomis-development", "nomis-test", "oasys-development", From 8d997f104d420a1ad31591fe3dc868a25532b5e2 Mon Sep 17 00:00:00 2001 From: robertsweetman Date: Wed, 20 Sep 2023 12:54:19 +0100 Subject: [PATCH 2/2] increment version --- teams/hmpps/windows_server_2022/terraform.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/hmpps/windows_server_2022/terraform.tfvars b/teams/hmpps/windows_server_2022/terraform.tfvars index 5ceb17d1..3faab186 100644 --- a/teams/hmpps/windows_server_2022/terraform.tfvars +++ b/teams/hmpps/windows_server_2022/terraform.tfvars @@ -5,7 +5,7 @@ region = "eu-west-2" ami_name_prefix = "hmpps" ami_base_name = "windows_server_2022" -configuration_version = "0.0.4" +configuration_version = "0.0.5" release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc description = "windows server 2022"