From 7c7ea17f9d877e89a1bafd96e491097020726eb1 Mon Sep 17 00:00:00 2001 From: julialawrence <98329494+julialawrence@users.noreply.github.com> Date: Mon, 8 Aug 2022 12:51:11 +0100 Subject: [PATCH] DSOS-158: remove t1 DR testing VM --- .../environments/nomis/application_variables.tf | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/terraform/environments/nomis/application_variables.tf b/terraform/environments/nomis/application_variables.tf index 330d9b92fb5..2e307a3ba1c 100644 --- a/terraform/environments/nomis/application_variables.tf +++ b/terraform/environments/nomis/application_variables.tf @@ -64,19 +64,6 @@ locals { description = "Copy of Test NOMIS Audit database in Azure T1PDL0010, replicating with T1PDL0010." termination_protection = true oracle_sids = ["T1CNMAUD"] - tags = { - monitored = false // TODO: while the testing is going on to avoid alert spam - } - }, - CNAUDT1DR = { - always_on = true - restored_from_snapshot = true - ami_name = "database-CNAUDT1-snapshot-20220803" - asm_data_capacity = 200 - asm_flash_capacity = 2 - description = "Copy of Test NOMIS Audit database in Azure T1PDL0010, Restored from snapshot." - termination_protection = true - oracle_sids = ["T1CNMAUD"] tags = { monitored = true }