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

> Terraform data source reference for vantage_scenario_models (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_scenario_models" "demo" {}
```

## Schema

### Read-Only

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

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

### Nested Schema for `scenario_models`

Read-Only:

* `cloud_provider` (String) The cloud provider filter for the ScenarioModel.
* `created_at` (String)
* `created_by_token` (String)
* `id` (String) The id of the resource
* `periods` (Attributes List) (see [below for nested schema](#nestedatt--scenario_models--periods))
* `priority` (Number)
* `service` (String)
* `title` (String)
* `token` (String)
* `updated_at` (String)
* `workspace_token` (String)

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

### Nested Schema for `scenario_models.periods`

Read-Only:

* `amount` (String) The period amount as a string to preserve decimal precision.
* `amount_type` (String) Whether the amount is in dollars or percent.
* `end_at` (String) The ISO 8601 end date of the period.
* `start_at` (String) The ISO 8601 start date of the period.
