Data Source: azurerm_billing_enrollment_account_scope

Use this data source to access information about an existing Enrollment Account Billing Scope.

Example Usage

data "azurerm_billing_enrollment_account_scope" "example" {
  billing_account_name    = "existing"
  enrollment_account_name = "existing"
}

output "id" {
  value = data.azurerm_billing_enrollment_account_scope.example.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:

Timeouts

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