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

vantage_virtual_tag_configs (Data 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)
  • 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.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.