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

Overview

Use this resource 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

Required

  • title (String)

Optional

  • cloud_provider (String) The cloud provider filter for the ScenarioModel.
  • periods (Attributes List) The periods for the ScenarioModel. (see below for nested schema)
  • priority (Number)
  • service (String)
  • workspace_token (String)

Read-Only

  • created_at (String)
  • created_by_token (String)
  • id (String) The id of the scenario model
  • token (String) The token of the scenario model
  • updated_at (String)

Nested Schema for periods

Required:
  • amount (Number)
  • amount_type (String) Whether the amount is in dollars or percent.
  • start_at (String) The ISO 8601 start date of the period.
Optional:
  • end_at (String) The ISO 8601 end date of the period.