Data Source: azurerm_batch_application

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

Example Usage

data "azurerm_batch_application" "example" {
  name                = "testapplication"
  resource_group_name = "test"
  account_name        = "testbatchaccount"
}

output "batch_application_id" {
  value = data.azurerm_batch_application.example.id
}

Argument Reference

Attributes Reference

The following attributes are exported:

Timeouts

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