Cosmosdb l100 examples (#100)

This commit is contained in:
Gin
2022-07-01 05:14:52 -04:00
committed by GitHub
parent e0f9c4b8cc
commit 40c33d528f
30 changed files with 1906 additions and 0 deletions

View File

@ -0,0 +1,7 @@
output "cosmosdb_account_id" {
value = azurerm_cosmosdb_account.example.id
}
output "cosmosdb_sql_database_id" {
value = azurerm_cosmosdb_sql_database.example.id
}