Skip to content

Commit

Permalink
add key specs to output.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
lanttu1243 committed Jun 1, 2024
1 parent 54491ef commit fb69c51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/keyvault/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ output "keyvault_id" {
value = azurerm_key_vault.keyvault.id
}

output "digitransit_subscription_key" {
value = data.azurerm_key_vault_secret.digitransit_subscription_key
sensitive = true
}

output "ilmo_auth_jwt_secret" {
value = data.azurerm_key_vault_secret.ilmo_auth_jwt_secret.value
sensitive = true
Expand Down

0 comments on commit fb69c51

Please sign in to comment.