Data Source: azurerm_consumption_budget_resource_group

Use this data source to access information about an existing Consumption Budget for a specific resource group.

Example Usage

data "azurerm_consumption_budget_resource_group" "example" {
  name              = "existing"
  resource_group_id = azurerm_resource_group.example.id
}

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

Arguments Reference

The following arguments are supported:

Attributes Reference

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


A filter block exports the following:


A not block exports the following:


A dimension block exports the following:


A notification block exports the following:


A tag block exports the following:


A time_period block exports the following:

Timeouts

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