diff --git a/teams/hmpps/windows_server_2022/terraform.tfvars b/teams/hmpps/windows_server_2022/terraform.tfvars index f59c110d..41ce582f 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.3" +configuration_version = "0.0.4" release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc description = "windows server 2022" @@ -47,6 +47,7 @@ accounts_to_distribute_ami_by_branch = { # push to main branch main = [ "core-shared-services-production", + "hmpps-domain-services-development", "nomis-development", "nomis-test", "nomis-preproduction", @@ -64,6 +65,7 @@ accounts_to_distribute_ami_by_branch = { # push to any other branch / local run default = [ "core-shared-services-production", + "hmpps-domain-services-development", "nomis-development", "nomis-test", "oasys-development", @@ -78,6 +80,7 @@ launch_permission_accounts_by_branch = { # push to main branch main = [ "core-shared-services-production", + "hmpps-domain-services-development", "nomis-development", "nomis-test", "nomis-preproduction", @@ -95,6 +98,7 @@ launch_permission_accounts_by_branch = { # push to any other branch / local run default = [ "core-shared-services-production", + "hmpps-domain-services-development", "nomis-development", "nomis-test", "oasys-development",