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

# vantage_virtual_tag_configs (Data Source)

> Terraform data source reference for vantage_virtual_tag_configs (Data Source). Auto-generated from the vantage-sh/terraform-provider-vantage repository.

<Note>
  This page is auto-generated based on the official [Terraform documentation](https://registry.terraform.io/providers/vantage-sh/vantage/latest/docs).
</Note>

## Overview

Use this data source with the [Vantage Terraform provider](/terraform). For installation and authentication, see the [Terraform provider quickstart](/terraform#quickstart). The schema below is generated directly from the provider source.

## Schema

### Read-Only

* `virtual_tag_configs` (Attributes List) (see [below for nested schema](#nestedatt--virtual_tag_configs))

<a id="nestedatt--virtual_tag_configs" />

### 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](#nestedatt--virtual_tag_configs--collapsed_tag_keys))
* `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](#nestedatt--virtual_tag_configs--values))

<a id="nestedatt--virtual_tag_configs--collapsed_tag_keys" />

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

<a id="nestedatt--virtual_tag_configs--values" />

### 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](#nestedatt--virtual_tag_configs--values--cost_metric))
* `date_ranges` (Attributes List) Date ranges restricting when this value applies. (see [below for nested schema](#nestedatt--virtual_tag_configs--values--date_ranges))
* `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](#nestedatt--virtual_tag_configs--values--percentages))

<a id="nestedatt--virtual_tag_configs--values--cost_metric" />

### Nested Schema for `virtual_tag_configs.values.cost_metric`

Read-Only:

* `aggregation` (Attributes) (see [below for nested schema](#nestedatt--virtual_tag_configs--values--cost_metric--aggregation))
* `filter` (String) The filter VQL for the cost metric.

<a id="nestedatt--virtual_tag_configs--values--cost_metric--aggregation" />

### Nested Schema for `virtual_tag_configs.values.cost_metric.filter`

Read-Only:

* `tag` (String) The tag to aggregate on.

<a id="nestedatt--virtual_tag_configs--values--date_ranges" />

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

<a id="nestedatt--virtual_tag_configs--values--percentages" />

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