> ## 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_financial_commitment_reports (Data Source)

> Terraform data source reference for vantage_financial_commitment_reports (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

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

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

### Nested Schema for `financial_commitment_reports`

Read-Only:

* `created_at` (String) The date and time, in UTC, the report was created. ISO 8601 Formatted.
* `date_bucket` (String) How costs are grouped and displayed in the FinancialCommitmentReport. Possible values: day, week, month.
* `date_interval` (String) The date range for the FinancialCommitmentReport. Only present if a custom date range is not specified.
* `default` (Boolean) Indicates whether the FinancialCommitmentReport is the default report.
* `end_date` (String) The end date for the FinancialCommitmentReport. Only set for custom date ranges. ISO 8601 Formatted.
* `filter` (String) The filter applied to the FinancialCommitmentReport. Additional documentation available at [https://docs.vantage.sh/vql](https://docs.vantage.sh/vql).
* `groupings` (String) The grouping aggregations applied to the filtered data.
* `id` (String) The id of the resource
* `on_demand_costs_scope` (String) The scope for the costs. Possible values: discountable, all.
* `start_date` (String) The start date for the FinancialCommitmentReport. Only set for custom date ranges. ISO 8601 Formatted.
* `title` (String) The title of the FinancialCommitmentReport.
* `token` (String)
* `user_token` (String) The token for the User who created this FinancialCommitmentReport.
* `workspace_token` (String) The token for the Workspace the FinancialCommitmentReport is a part of.
