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 an Access Policy.

Example Usage

Schema

Required

  • policy (Attributes) Access Policy definition using vantage.* VQL. (see below for nested schema)
  • title (String) Title of the Access Policy.

Optional

  • description (String) Description of the Access Policy.
  • team_tokens (List of String) Tokens for Teams this Access Policy is assigned to.

Read-Only

  • id (String) Same as token, for Terraform import compatibility.
  • token (String) Unique Access Policy identifier.

Nested Schema for policy

Required:
  • api_version (String) Access Policy document version. Currently only v1 is supported.
  • filter (String) Vantage Query Language (VQL) that controls which costs this Access Policy allows.