From 93d4a6fac990b2a450f69b42b911ddd4573b8892 Mon Sep 17 00:00:00 2001 From: W Date: Wed, 18 Oct 2023 18:09:33 +0100 Subject: [PATCH 1/2] Update locals_test.tf --- terraform/environments/oasys/locals_test.tf | 48 +++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/terraform/environments/oasys/locals_test.tf b/terraform/environments/oasys/locals_test.tf index 1a3c7e3655c..57c8d88b756 100644 --- a/terraform/environments/oasys/locals_test.tf +++ b/terraform/environments/oasys/locals_test.tf @@ -43,6 +43,54 @@ locals { "/oracle/database/T2ONRSYS" = local.secretsmanager_secrets_db "/oracle/database/T2ONRAUD" = local.secretsmanager_secrets_db "/oracle/database/T2ONRBDS" = local.secretsmanager_secrets_db + + "/database/t1/T1OASYS" = { + secrets = { + apex_listenerpassword = {} + apex_public_userpassword = {} + apex_rest_publicpassword = {} + } + } + "/database/t2/T2OASYS" = { + secrets = { + apex_listenerpassword = {} + apex_public_userpassword = {} + apex_rest_publicpassword = {} + } + } + "/database/t2-oasys-db-a/T2BIPINF" = { + secrets = { + systempassword = {} + } + } + "/ec2/t1-oasys-db-a" = { + secrets = { + asm-passwords = {} + } + } + "/ec2/t2-oasys-db-a" = { + secrets = { + asm-passwords = {} + } + } + "/weblogic/test-oasys-bip-b" = { + secrets = { + admin_password = {} + admin_username = {} + biplatformpassword = {} + db_username = {} + mdspassword = {} + syspassword = {} + } + } + "" = { + secrets = { + account_ids = {} + ec2-user_pem = {} + environment_management_arn = {} + modernisation_platform_account_id = {} + } + } } baseline_ec2_instances = { From d0013c7ccb5e775ac4b82f7aae4b0866a1dbe143 Mon Sep 17 00:00:00 2001 From: W Date: Wed, 18 Oct 2023 18:21:52 +0100 Subject: [PATCH 2/2] Update locals_test.tf --- terraform/environments/oasys/locals_test.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/environments/oasys/locals_test.tf b/terraform/environments/oasys/locals_test.tf index 57c8d88b756..fe2f388ee87 100644 --- a/terraform/environments/oasys/locals_test.tf +++ b/terraform/environments/oasys/locals_test.tf @@ -84,6 +84,7 @@ locals { } } "" = { + postfix = "" secrets = { account_ids = {} ec2-user_pem = {}