Skip to main content
This page is auto-generated based on the official Terraform documentation.

Overview

Use this resource with the Vantage Terraform provider. For installation and authentication, see the Terraform provider quickstart. The schema below is generated directly from the provider source. Manages a SavedFilter.

Example Usage

resource "vantage_saved_filter" "demo_filter" {
  title  = "Demo Saved Filter"
  filter = "(costs.provider = 'aws')"
}

Schema

Required

  • title (String) Title of the Saved Filter
  • workspace_token (String) Workspace token to add the saved filter into.

Optional

  • filter (String) VQL Query used for this saved filter.

Read-Only

  • token (String) Unique saved filter identifier