Skip to main content
This page is auto-generated based on the official Terraform documentation.

Overview

Use this data source with the Vantage Terraform provider. For installation and authentication, see the Terraform provider quickstart. The schema below is generated directly from the provider source.

Example Usage

Schema

Read-Only

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)
  • priority (Number)
  • service (String)
  • title (String)
  • token (String)
  • updated_at (String)
  • workspace_token (String)

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.