
* fix concurrent error in cosmosdb example * change to random_string to reduce the collision rate * fix 101-cosmos-db-free-tier account name too long issue --------- Co-authored-by: zjhe <hezijie@microsoft.com>
11 lines
249 B
HCL
11 lines
249 B
HCL
output "cosmosdb_account_id" {
|
|
value = azurerm_cosmosdb_account.example.id
|
|
}
|
|
|
|
output "cosmosdb_sql_database_id" {
|
|
value = azurerm_cosmosdb_sql_database.main.id
|
|
}
|
|
|
|
output "cosmosdb_account_name" {
|
|
value = azurerm_cosmosdb_account.example.name
|
|
} |