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" ] }