User Story 60501: batch-account-with-storage (#194)
* New sample (converted from Bicep via OpenAI) * Edit per Code Review * Changes per Code Review
This commit is contained in:
11
quickstart/101-batch-account-with-storage/outputs.tf
Normal file
11
quickstart/101-batch-account-with-storage/outputs.tf
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
||||
}
|
Reference in New Issue
Block a user