Skip to content

Commit

Permalink
fix(postgres_db): rename key vault secret for environment consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
alismx committed Oct 5, 2023
1 parent 0ddb285 commit e708040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/services/postgres_db/vault.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "azurerm_key_vault_secret" "db_username" {

//TODO: Change this to use a TF-generated password, like db-password-no-phi. See #3673 for the additional work.
data "azurerm_key_vault_secret" "db_password" {
name = "simple-report-${var.env_level}-db-password"
name = "simple-report-${var.env}-db-password"
key_vault_id = var.global_vault_id
}

Expand Down

0 comments on commit e708040

Please sign in to comment.