Skip to main content

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.

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.

Schema

Read-Only

Nested Schema for virtual_tag_configs

Read-Only:
  • backfill_until (String) The earliest month VirtualTagConfig should be backfilled to.
  • collapsed_tag_keys (Attributes List) Tag keys to collapse values for. (see below for nested schema)
  • created_by_token (String) The token of the Creator of the VirtualTagConfig.
  • id (String) The id of the VirtualTagConfig.
  • key (String) The key of the VirtualTagConfig.
  • overridable (Boolean) Whether the VirtualTagConfig can override a provider-supplied tag on a matching Cost.
  • token (String) The token of the VirtualTagConfig.
  • values (Attributes List) Values for the VirtualTagConfig, with match precedence determined by their relative order in the list. (see below for nested schema)

Nested Schema for virtual_tag_configs.collapsed_tag_keys

Read-Only:
  • key (String) The tag key to collapse values for.
  • providers (List of String) The providers this collapsed tag key applies to. Defaults to all providers.

Nested Schema for virtual_tag_configs.values

Read-Only:
  • business_metric_token (String) The token of the associated BusinessMetric.
  • cost_metric (Attributes) (see below for nested schema)
  • date_ranges (Attributes List) Date ranges restricting when this value applies. (see below for nested schema)
  • display_name (String) The display name for this allocation value.
  • filter (String) The filter VQL for the Value.
  • name (String) The name of the Value.
  • percentages (Attributes List) Labeled percentage allocations for matching costs. (see below for nested schema)

Nested Schema for virtual_tag_configs.values.cost_metric

Read-Only:

Nested Schema for virtual_tag_configs.values.cost_metric.filter

Read-Only:
  • tag (String) The tag to aggregate on.

Nested Schema for virtual_tag_configs.values.date_ranges

Read-Only:
  • end_date (String) The end date of the range (inclusive), or null for unbounded.
  • start_date (String) The start date of the range (inclusive), or null for unbounded.

Nested Schema for virtual_tag_configs.values.percentages

Read-Only:
  • pct (Number) The percentage of matched costs associated with the value.
  • value (String) The tag value associated with a percentage of matched costs.