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.
This page is auto-generated based on the official Terraform documentation.
Overview
Use this data source with the Vantage Terraform provider. For installation and authentication, see the Terraform provider quickstart. The schema below is generated directly from the provider source.Schema
Read-Only
cost_alerts(Attributes List) (see below for nested schema)
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 resourceinterval(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.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.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.