Skip to content

Commit

Permalink
Update function_services.tf (#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacavallaro authored Nov 27, 2024
1 parent 4131c2e commit 7e61e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/domains/functions/function_services.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# SECRETS
########################
data "azurerm_key_vault_secret" "fn_services_mailup_username" {
name = "common-MAILUP-USERNAME"
name = "common-MAILUP-TMP-USERNAME"
key_vault_id = data.azurerm_key_vault.common.id
}

data "azurerm_key_vault_secret" "fn_services_mailup_secret" {
name = "common-MAILUP-SECRET"
name = "common-MAILUP-TMP-SECRET"
key_vault_id = data.azurerm_key_vault.common.id
}

Expand Down

0 comments on commit 7e61e34

Please sign in to comment.