This page is auto-generated based on the official Terraform documentation.

vantage_team (Resource)

Example Usage

resource "vantage_team" "demo_team" {
  name = "Demo Team"
  description = "Demo Team Description"
  user_emails = ["support@vantage.sh"]
  workspace_tokens = ["wrkspc_47c3254c790e9351"]
}

Schema

Required

  • name (String) The name of the Team.

Optional

  • description (String) The description of the Team.
  • role (String) The role to assign to the provided Users. Defaults to ‘editor’ which has editor permissions.
  • user_emails (List of String) The User emails to associate to the Team.
  • user_tokens (List of String) The User tokens to associate to the Team.
  • workspace_tokens (List of String) The Workspace tokens to associate to the Team.

Read-Only

  • id (String) The id of the team
  • token (String) The token of the Team