From 6d3a632ad1d45f1052d7c28d7ceb2bbe89a2da7c Mon Sep 17 00:00:00 2001 From: Andrew Moore <20435317+andrewmooreio@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:36:26 +0000 Subject: [PATCH] Ensure all accounts with Oracle DBs have access to OL AMI --- teams/delius-core/oracle_db/terraform.tfvars | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/teams/delius-core/oracle_db/terraform.tfvars b/teams/delius-core/oracle_db/terraform.tfvars index 18e52efc..fbf89b64 100644 --- a/teams/delius-core/oracle_db/terraform.tfvars +++ b/teams/delius-core/oracle_db/terraform.tfvars @@ -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", ] }