Data Source: azurerm_batch_account

Use this data source to access information about an existing Batch Account.

Example Usage

data "azurerm_batch_account" "example" {
  name                = "testbatchaccount"
  resource_group_name = "test"
}

output "pool_allocation_mode" {
  value = data.azurerm_batch_account.example.pool_allocation_mode
}

Argument Reference

Attributes Reference

The following attributes are exported:


A key_vault_reference block exports the following:


An encryption block exports the following:


Timeouts

The timeouts block allows you to specify timeouts for certain actions: