Skip to content

Commit

Permalink
Merge pull request #790 from ministryofjustice/nomis/dsos-158-remove-…
Browse files Browse the repository at this point in the history
…t1-dr-instance

DSOS-158: remove t1 DR testing VM
  • Loading branch information
julialawrence authored Aug 8, 2022
2 parents 28151d6 + 7c7ea17 commit 1aeae93
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions terraform/environments/nomis/application_variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 1aeae93

Please sign in to comment.