Skip to content

Commit

Permalink
Recreating CNOMT1TEST instance
Browse files Browse the repository at this point in the history
Recreating CNOMT1TEST instance
  • Loading branch information
SzymonAptacy authored Aug 8, 2022
2 parents f5fe0d6 + 0d9982c commit 28151d6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions terraform/environments/nomis/application_variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,17 @@ locals {
monitored = true
}
},
# CNOMT1TEST = {
# always_on = false
# ami_name = "nomis_db_CNOMT1-2022-03-04T14.55.18Z"
# asm_data_capacity = 100
# asm_flash_capacity = 2
# description = "Test NOMIS T1 database with a dataset of T1PDL0009 (note: only NOMIS db, NDH db is not included."
# oracle_sids = ["CNOMT1"]
# tags = {
# monitored = false
# }
# },
CNOMT1TEST = {
always_on = false
ami_name = "nomis_db_CNOMT1-2022-03-04T14.55.18Z"
asm_data_capacity = 100
asm_flash_capacity = 2
description = "Test NOMIS T1 database with a dataset of T1PDL0009 (note: only NOMIS db, NDH db is not included."
oracle_sids = ["CNOMT1"]
tags = {
monitored = false
}
},
},
# Add weblogic instances here. They will be created using the weblogic module
weblogics = {
Expand Down

0 comments on commit 28151d6

Please sign in to comment.