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. Looks up a folder by title and returns its token. Useworkspace_token and parent_folder_token to narrow the search.
Schema
Required
title(String) The title of the folder to find.
Optional
parent_folder_token(String) Filter folders by parent folder token. Set to an empty string ("") to match only root-level folders (those with no parent). Also populated as an output with the parent folder token of the matched folder.workspace_token(String) Filter folders by workspace token. If not specified, the first folder matching the title is returned. Also populated as an output with the workspace token of the matched folder.
Read-Only
token(String) The unique token of the matched folder.