fix 101-cosmos-db-manualscale example (#162)

This commit is contained in:
Dingjia Chen
2023-02-16 19:45:31 -06:00
committed by GitHub
parent 87e15c5c8a
commit cf17d34de4
4 changed files with 25 additions and 25 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
}