Skip to content

Commit 4591930

Browse files
authored
format outputs
1 parent 279349d commit 4591930

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

terraform-infrastructure/outputs.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ output "key_vault_name" {
4343
value = azurerm_key_vault.keyvault.name
4444
}
4545

46-
4746
output "cosmosdb_account_name" {
4847
description = "The name of the CosmosDB account."
4948
value = azurerm_cosmosdb_account.cosmosdb.name
50-
}
49+
}

0 commit comments

Comments
 (0)