Cosmosdb l100 examples (#100)
This commit is contained in:
@ -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
|
||||
}
|
Reference in New Issue
Block a user