New sample (converted from Bicep via OpenAI)

This commit is contained in:
Tom Archer
2023-03-18 13:34:12 -07:00
parent 35b3afaf63
commit 566ede9f1e
5 changed files with 82 additions and 0 deletions

View File

@ -0,0 +1,7 @@
output "resource_group_name" {
value = azurerm_resource_group.rg.name
}
output "azurerm_cognitive_account_name" {
value = azurerm_cognitive_account.cognitive_service.name
}