Skip to content

Commit

Permalink
Merge pull request #749 from ministryofjustice/feature/DSOS-2708/comb…
Browse files Browse the repository at this point in the history
…ined-reporting-bods-ami

DSOS-2708-combined-reporting-bods
  • Loading branch information
crvgilbertson authored Apr 8, 2024
2 parents 850b1d1 + e66af79 commit b5a4909
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions teams/hmpps/windows_server_2019/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]

}
Expand All @@ -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"
]
}

Expand Down

0 comments on commit b5a4909

Please sign in to comment.