Skip to content

Commit

Permalink
fix: fix digitransit_subscription_key keyvault output
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Jun 15, 2024
1 parent 0f0c087 commit a71f641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/keyvault/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ output "keyvault_id" {
}

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

Expand Down

0 comments on commit a71f641

Please sign in to comment.