We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279349d commit 4591930Copy full SHA for 4591930
1 file changed
terraform-infrastructure/outputs.tf
@@ -43,8 +43,7 @@ output "key_vault_name" {
43
value = azurerm_key_vault.keyvault.name
44
}
45
46
-
47
output "cosmosdb_account_name" {
48
description = "The name of the CosmosDB account."
49
value = azurerm_cosmosdb_account.cosmosdb.name
50
-}
+}
0 commit comments