fix 101-cosmos-db-serverside-functionality example (#163)
This commit is contained in:
@ -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
|
||||
}
|
Reference in New Issue
Block a user