diff --git a/teams/hmpps/windows_server_2022/terraform.tfvars b/teams/hmpps/windows_server_2022/terraform.tfvars index 3be8b47b..bad3fa03 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.7" +configuration_version = "0.0.8" release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc description = "windows server 2022" @@ -49,6 +49,7 @@ accounts_to_distribute_ami_by_branch = { main = [ "core-shared-services-production", "hmpps-domain-services-development", + "hmpps-domain-services-test", "corporate-staff-rostering-test", "corporate-staff-rostering-development", "corporate-staff-rostering-preproduction", @@ -71,6 +72,7 @@ accounts_to_distribute_ami_by_branch = { default = [ "core-shared-services-production", "hmpps-domain-services-development", + "hmpps-domain-services-test", "corporate-staff-rostering-development", "corporate-staff-rostering-test", "nomis-development", @@ -88,6 +90,7 @@ launch_permission_accounts_by_branch = { main = [ "core-shared-services-production", "hmpps-domain-services-development", + "hmpps-domain-services-test", "corporate-staff-rostering-development", "corporate-staff-rostering-test", "corporate-staff-rostering-preproduction", @@ -110,6 +113,7 @@ launch_permission_accounts_by_branch = { default = [ "core-shared-services-production", "hmpps-domain-services-development", + "hmpps-domain-services-test", "corporate-staff-rostering-development", "corporate-staff-rostering-test", "nomis-development",