> ## 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_recommendation_views (Data Source)

> Terraform data source reference for vantage_recommendation_views (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

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

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

### Nested Schema for `recommendation_views`

Read-Only:

* `account_ids` (List of String) Filter by cloud account identifiers.
* `billing_account_ids` (List of String) Filter by billing account identifiers.
* `created_at` (String) The date and time, in UTC, the view was created. ISO 8601 Formatted.
* `created_by` (String) The token for the Creator of this RecommendationView.
* `end_date` (String) Filter recommendations created on/before this YYYY-MM-DD date.
* `provider_ids` (List of String) Filter by one or more providers.
* `regions` (List of String) Filter by region slugs (e.g. us-east-1, eastus, asia-east1).
* `start_date` (String) Filter recommendations created on/after this YYYY-MM-DD date.
* `tag_key` (String) Filter by tag key (must be used with tag\_value).
* `tag_value` (String) Filter by tag value (requires tag\_key).
* `title` (String) The title of the RecommendationView.
* `token` (String) The token of the RecommendationView.
* `workspace_token` (String) The token for the Workspace the RecommendationView is a part of.
