diff --git a/teams/hmpps/windows_server_2019/terraform.tfvars b/teams/hmpps/windows_server_2019/terraform.tfvars index d9480976..c7b16b53 100644 --- a/teams/hmpps/windows_server_2019/terraform.tfvars +++ b/teams/hmpps/windows_server_2019/terraform.tfvars @@ -51,14 +51,20 @@ 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", + "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" ] } @@ -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" ] }