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.
  • 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.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.

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.
I