Skip to content

Commit

Permalink
Merge pull request #686 from ministryofjustice/add-new-accounts-to-am…
Browse files Browse the repository at this point in the history
…i-shares

Ensure all accounts with Oracle DBs have access to OL AMI
  • Loading branch information
andrewmooreio authored Jan 29, 2024
2 parents a0f7a57 + 6d3a632 commit 1c32d2b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions teams/delius-core/oracle_db/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,22 @@ launch_permission_accounts_by_branch = {
main = [
"core-shared-services-production",
"delius-core-development",
"delius-core-test",
"delius-mis-development",
"delius-mis-test",
"delius-mis-preproduction",
"delius-mis-production",
]

# push to any other branch / local run
default = [
"core-shared-services-production",
"delius-core-development",
"delius-core-test",
"delius-mis-development",
"delius-mis-test",
"delius-mis-preproduction",
"delius-mis-production",
]
}

Expand Down

0 comments on commit 1c32d2b

Please sign in to comment.