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

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

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

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

### Nested Schema for `dashboards`

Read-Only:

* `created_at` (String) The date and time, in UTC, the Dashboard was created. ISO 8601 Formatted.
* `date_bin` (String) Determines how to group costs in the Dashboard.
* `date_interval` (String) Determines the date range for Reports in the Dashboard. Guaranteed to be set to 'custom' if 'start\_date' and 'end\_date' are set.
* `end_date` (String) The end date for the date range for Reports in the Dashboard. ISO 8601 Formatted. Overwrites 'date\_interval' if set.
* `id` (String) The id of the resource
* `saved_filter_tokens` (List of String) The tokens of the Saved Filters used in the Dashboard.
* `start_date` (String) The start date for the date range for Reports in the Dashboard. ISO 8601 Formatted. Overwrites 'date\_interval' if set.
* `title` (String) The title of the Dashboard.
* `token` (String)
* `updated_at` (String) The date and time, in UTC, the Dashboard was created. ISO 8601 Formatted.
* `widgets` (Attributes List) (see [below for nested schema](#nestedatt--dashboards--widgets))
* `workspace_token` (String) The token for the Workspace the Dashboard is a part of.

<a id="nestedatt--dashboards--widgets" />

### Nested Schema for `dashboards.widgets`

Read-Only:

* `settings` (Attributes) (see [below for nested schema](#nestedatt--dashboards--widgets--settings))
* `title` (String) The title of the Widget.
* `widgetable_token` (String)

<a id="nestedatt--dashboards--widgets--settings" />

### Nested Schema for `dashboards.widgets.settings`

Read-Only:

* `display_type` (String)
