> ## 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_alert (Resource)

> Terraform resource reference for vantage_cost_alert (Resource). 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 resource 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

### Required

* `interval` (String) The period of time used to compare costs. Options are 'day', 'week', 'month', 'quarter'.
* `report_tokens` (List of String) The tokens of the reports to alert on.
* `threshold` (Number) The threshold value for the Cost Alert.
* `title` (String) The title of the Cost Alert.
* `unit_type` (String) The unit type used to compare costs. Options are 'currency' or 'percentage'.
* `workspace_token` (String) The token of the Workspace to add the Cost Alert to.

### Optional

* `email_recipients` (List of String) The email recipients for the Cost Alert.
* `minimum_threshold` (Number) The minimum monetary amount threshold for percentage-based alerts. Only applicable when unit\_type is 'percentage'.
* `slack_channels` (List of String) The Slack channels that will receive the alert.
* `teams_channels` (List of String) The Microsoft Teams channels that will receive the alert.

### Read-Only

* `created_at` (String) The date and time, in UTC, for when the alert was created. ISO 8601 Formatted.
* `id` (String) The id of the cost alert
* `token` (String) The token of the cost alert
* `updated_at` (String) The date and time, in UTC, for when the alert was last updated. ISO 8601 Formatted.
