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 }