list_workspace_variables
Retrieve all Terraform and environment variables for a specific workspace on Terraform Cloud. Provides a list of configurations and values to manage workspace settings effectively.
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 |