Skip to content

Commit

Permalink
fix: evn as secret
Browse files Browse the repository at this point in the history
  • Loading branch information
infantesimone committed Nov 27, 2024
1 parent 5820f96 commit 54a4925
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ locals {
uat_container_namespace = "pagopauitncoreacr.azurecr.io"
# prod_container_namespace = "pagopapitncoreacr.azurecr.io"

wallet_token_test = module.wallet_uat_secrets.values["wallet-token-test-key"].value
}
# deploy secrets
pagopa-payment-wallet-cdc-service-variables_secret_deploy = {
git_mail = module.secrets.values["azure-devops-github-EMAIL"].value
git_username = module.secrets.values["azure-devops-github-USERNAME"].value
tenant_id = data.azurerm_client_config.current.tenant_id
git_mail = module.secrets.values["azure-devops-github-EMAIL"].value
git_username = module.secrets.values["azure-devops-github-USERNAME"].value
tenant_id = data.azurerm_client_config.current.tenant_id
wallet_token_test = module.wallet_uat_secrets.values["wallet-token-test-key"].value
}
}

Expand Down

0 comments on commit 54a4925

Please sign in to comment.