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

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

## Example Usage

```terraform theme={null}
data "vantage_report_forecasts" "demo" {
  cost_report_token = vantage_cost_report.demo_report.token
}
```

## Schema

### Required

* `cost_report_token` (String)

### Read-Only

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

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

### Nested Schema for `report_forecasts`

Read-Only:

* `business_metric_token` (String)
* `cost_report_token` (String)
* `created_at` (String)
* `created_by_token` (String)
* `id` (String) The id of the resource
* `is_default` (Boolean)
* `scenario_model_tokens` (List of String)
* `title` (String)
* `token` (String)
* `updated_at` (String)
