list_workspace_variables
Retrieve all variables (Terraform and environment) configured for a specific workspace in Terraform Cloud using the workspace ID. See variable details and configurations.
Instructions
List all variables for a workspace.
Retrieves all variables (both Terraform and environment) configured for a specific workspace.
API endpoint: GET /workspaces/{workspace_id}/vars
Args: workspace_id: The ID of the workspace (format: "ws-xxxxxxxx")
Returns: List of workspace variables with their configuration and values
See: docs/tools/variables.md#list-workspace-variables for reference documentation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
workspace_id | Yes |