Tom Archer 3987ea0854
User Story 60501: batch-account-with-storage (#194)
* New sample (converted from Bicep via OpenAI)

* Edit per Code Review

* Changes per Code Review
2023-03-31 08:55:09 +08:00

12 lines
216 B
HCL

output "resource_group_name" {
value = azurerm_resource_group.rg.name
}
output "batch_name" {
value = azurerm_batch_account.batch.name
}
output "storage_name" {
value = azurerm_storage_account.storage.name
}