Use this data source to access information about an existing Enrollment Account Billing Scope.
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
}
The following arguments are supported:
billing_account_name
- (Required) The Billing Account Name of the Enterprise Account.
enrollment_account_name
- (Required) The Enrollment Account Name in the above Enterprise Account.
In addition to the Arguments listed above - the following Attributes are exported:
id
- The ID of the Enrollment Account Billing Scope.The timeouts
block allows you to specify timeouts for certain actions:
read
- (Defaults to 5 minutes) Used when retrieving the Enrollment Account Billing Scope.