> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vantage.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# vantage_budgets (Data Source)

> Terraform data source reference for vantage_budgets (Data Source). Auto-generated from the vantage-sh/terraform-provider-vantage repository.

<Note>
  This page is auto-generated based on the official [Terraform documentation](https://registry.terraform.io/providers/vantage-sh/vantage/latest/docs).
</Note>

## Overview

Use this data source with the [Vantage Terraform provider](/terraform). For installation and authentication, see the [Terraform provider quickstart](/terraform#quickstart). The schema below is generated directly from the provider source.

## Schema

### Read-Only

* `budgets` (Attributes List) (see [below for nested schema](#nestedatt--budgets))

<a id="nestedatt--budgets" />

### Nested Schema for `budgets`

Read-Only:

* `budget_alert_tokens` (List of String) The tokens of the BudgetAlerts associated with the Budget.
* `child_budget_tokens` (List of String) The tokens of the child Budgets associated with the hierarchical Budget.
* `cost_report_token` (String) The token of the Report associated with the Budget.
* `created_at` (String) The date and time, in UTC, the Budget was created. ISO 8601 Formatted.
* `created_by_token` (String) The token of the Creator of the Budget.
* `id` (String) The id of the resource
* `name` (String) The name of the Budget.
* `performance` (Attributes List) The historical performance of the Budget. (see [below for nested schema](#nestedatt--budgets--performance))
* `periods` (Attributes List) The budget periods associated with the Budget. (see [below for nested schema](#nestedatt--budgets--periods))
* `token` (String)
* `user_token` (String) The token for the User who created this Budget.
* `workspace_token` (String) The token for the Workspace the Budget is a part of.

<a id="nestedatt--budgets--performance" />

### Nested Schema for `budgets.performance`

Read-Only:

* `actual` (String) The date and time, in UTC, the Budget was created. ISO 8601 Formatted.
* `amount` (String) The amount of the Budget Period as a string to ensure precision.
* `date` (String) The date and time, in UTC, the Budget was created. ISO 8601 Formatted.

<a id="nestedatt--budgets--periods" />

### Nested Schema for `budgets.periods`

Read-Only:

* `amount` (String) The amount of the Budget Period as a string to ensure precision.
* `end_at` (String) The date and time, in UTC, the Budget was created. ISO 8601 Formatted.
* `start_at` (String) The date and time, in UTC, the Budget was created. ISO 8601 Formatted.
