fix 101-cosmos-db-free-tier example (#160)

This commit is contained in:
Dingjia Chen
2023-02-16 19:44:57 -06:00
committed by GitHub
parent d8c965a294
commit 3e43a4eae0
4 changed files with 26 additions and 26 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
}