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.page_title: “vantage_workspace Data Source - terraform-provider-vantage” subcategory: “Workspaces” description: |- Looks up a workspace by name.
vantage_workspace (Data Source)
Looks up a workspace by its display name. Searches all workspaces returned by the Get All Workspaces endpoint and returns the first match.Example Usage
Schema
Required
name(String) The name of the workspace to find.
Read-Only
token(String) The unique token of the matched workspace.