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

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

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

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

### Nested Schema for `cost_alerts`

Read-Only:

* `created_at` (String) The date and time, in UTC, for when the alert was created. ISO 8601 Formatted.
* `email_recipients` (List of String) The email addresses that will receive the alert.
* `id` (String) The id of the resource
* `interval` (String) The period of time used to compare costs. Options are 'day', 'week', 'month', 'quarter'.
* `minimum_threshold` (Number) The minimum monetary amount threshold for percentage-based alerts. When set, alerts will only trigger if the cost change meets this minimum, even if the percentage threshold is exceeded.
* `report_tokens` (List of String) The tokens of the reports to alert on.
* `slack_channels` (List of String) The Slack channels that will receive the alert. Make sure your slack integration is connected at [https://console.vantage.sh/settings/slack](https://console.vantage.sh/settings/slack).
* `teams_channels` (List of String) The Microsoft Teams channels that will receive the alert. Make sure your teams integration is connected at [https://console.vantage.sh/settings/microsoft\_teams](https://console.vantage.sh/settings/microsoft_teams).
* `threshold` (Number) The cost change threshold to alert on.
* `title` (String)
* `token` (String)
* `unit_type` (String) The unit type used to compare costs. Options are 'currency' or 'percentage'.
* `updated_at` (String) The date and time, in UTC, for when the alert was last updated. ISO 8601 Formatted.
* `workspace_token` (String) The ID of the organization that owns the CostAlert.
