Skip to content

Commit

Permalink
Setup read only access for single server (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Mar 12, 2024
1 parent 6c63224 commit 6ce8724
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions infrastructure/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module "reform-notifications-db" {
source = "git@github.com:hmcts/cnp-module-postgres?ref=master"
product = "${var.product}-${var.component}"
product = var.product
component = var.component
name = "${var.product}-${var.component}"
location = var.location_db
env = var.env
database_name = "notifications"
Expand Down Expand Up @@ -129,4 +131,4 @@ data "azurerm_key_vault_secret" "launch_darkly_sdk_key" {
data "azurerm_key_vault_secret" "launch_darkly_offline_mode" {
name = "launch-darkly-offline-mode"
key_vault_id = data.azurerm_key_vault.reform_scan_key_vault.id
}
}

0 comments on commit 6ce8724

Please sign in to comment.