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

vantage_folder (Resource)

Manages a Folder.

Example Usage

resource "vantage_folder" "demo_folder" {
  title = "Demo Folder"

  # Include either the parent_folder_token or workspace_token
  # If both are included, the API will use the parent_folder_token

  # Uncomment one of the following:
  # parent_folder_token = "fldr_47c3254c790e9351"
  workspace_token = "wrkspc_47c3254c790e9351"
}

Schema

Required

  • title (String) Title of the folder

Optional

  • parent_folder_token (String) Token of the folder’s parent folder
  • workspace_token (String) Workspace token to add the cost report to.

Read-Only

  • token (String) Unique folder identifier