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 AccessGrant.

Example Usage

resource "vantage_access_grant" "demo_access_grant" {
  team_token = "team_bd5c2d8abc233bfd"
  resource_token = "rprt_39d256c871cb6b2b"
}

Schema

Required

  • resource_token (String) Token of the resource being granted.
  • team_token (String) Token of the team being granted.

Optional

  • access (String) Access level of the grant. Must be either allowed or denied.

Read-Only

  • id (String) Id of the access grant.
  • token (String) Token of the access grant.