Skip to main content
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.

Example Usage

Schema

Optional

  • budget_token (String) Filter by budget token.
  • workspace_token (String) Filter by workspace token.

Read-Only

Nested Schema for budget_alerts

Read-Only:
  • budget_tokens (List of String) The tokens for the Budgets that the Budget Alert is monitoring to trigger alerts on.
  • created_at (String) The date and time, in UTC, the Budget Alert was created. ISO 8601 Formatted.
  • duration_in_days (Number) The API’s nullable integer duration. A null value means the full month; the vantage_budget_alert resource writes the same state as "".
  • id (String) The id of the resource
  • integration_provider (String) The provider used for sending alerts. This must be configured in the console. Possible values are: slack, microsoft_graph.
  • period_to_track (String) The period tracked on the alert. Used with duration_in_days to determine the time window of the alert. Possible values: start_of_the_month, end_of_the_month.
  • recipient_channels (List of String) The channels receiving the alerts. Requires an integration provider to be connected.
  • recipient_emails (List of String) The complete recipient address list, including organization users and freeform addresses on verified domains.
  • threshold (Number) Alerts only send if they reach this number (as a percentage). When threshold is 100, that means alerts are triggered once costs reach 100% of the budget.
  • token (String)
  • user_token (String) The token for the User who created this BudgetAlert.
  • user_tokens (List of String) The organization-user subset of recipients. Freeform verified-domain addresses are excluded; recipient_emails contains the complete address list.
  • workspace_token (String) The token for the Workspace the ResourceReport is a part of.