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
virtual_tag_configs(Attributes List) (see below for nested schema)
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:
filter(String) The VQL filter this collapsed tag key applies to. Null when the key is provider-scoped or unset.key(String) The tag key to collapse values for.providers(List of String) The providers this collapsed tag key applies to. Empty when it applies 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.label_key(String) The business metric label key used for this virtual tag value.label_transforms(Attributes List) Label transforms applied to business metric labels. (see below for nested schema)label_values(List of String) Optional business metric label values. An empty array includes every value for the label key.name(String) The name of the Value.percentages(Attributes List) Labeled percentage allocations for matching costs. (see below for nested schema)token(String) The token of the Value.
Nested Schema for virtual_tag_configs.values.cost_metric
Read-Only:
aggregation(Attributes) (see below for nested schema)filter(String) The filter VQL for the cost metric.
Nested Schema for virtual_tag_configs.values.cost_metric.aggregation
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.label_transforms
Read-Only:
delimiter(String) Delimiter used by split transforms.index(Number) Zero-based index used by split transforms.template(String) Template used by format transforms.type(String) The label transform type.
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.