fix 101-cosmos-db-autoscale example (#157)

This commit is contained in:
Dingjia Chen
2023-02-16 00:35:27 -06:00
committed by GitHub
parent 4d37eb18bf
commit 99e0a341a1
4 changed files with 25 additions and 7 deletions

View File

@ -3,5 +3,5 @@ output "cosmosdb_account_id" {
}
output "cosmosdb_sql_database_id" {
value = azurerm_cosmosdb_sql_database.example.id
value = azurerm_cosmosdb_sql_database.main.id
}