> ## 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_report (Resource)

> Terraform resource reference for vantage_financial_commitment_report (Resource). 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 resource 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

### Required

* `title` (String) The title of the FinancialCommitmentReport.
* `workspace_token` (String) The Workspace in which the FinancialCommitmentReport will be created.

### Optional

* `date_bucket` (String) The date bucket of the FinancialCommitmentReport.
* `date_interval` (String) The date interval of the FinancialCommitmentReport. Unless 'custom' is used, this is incompatible with 'start\_date' and 'end\_date' parameters. Defaults to 'last\_3\_months'.
* `end_date` (String) The end date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date\_interval' parameter.
* `filter` (String) The filter query language to apply to the FinancialCommitmentReport. Additional documentation available at [https://docs.vantage.sh/vql](https://docs.vantage.sh/vql).
* `groupings` (List of String) Grouping values for aggregating costs on the FinancialCommitmentReport. Valid groupings: cost\_type, commitment\_type, commitment\_id, service, resource\_account\_id, provider\_account\_id, region, cost\_category, cost\_sub\_category, instance\_type, tag, `tag:<label_name>`.
* `on_demand_costs_scope` (String) The scope for the costs. Possible values: discountable, all.
* `start_date` (String) The start date of the FinancialCommitmentReport. YYYY-MM-DD formatted. Incompatible with 'date\_interval' parameter.

### Read-Only

* `created_at` (String) The date and time, in UTC, the report was created. ISO 8601 Formatted.
* `default` (Boolean) Indicates whether the FinancialCommitmentReport is the default report.
* `id` (String) The id of the report
* `token` (String) The token of the report
* `user_token` (String) The token for the User who created this FinancialCommitmentReport.
