get_variable_set
Retrieve detailed information about a specific variable set in Terraform Cloud, including variables, workspace assignments, and configuration, using the GET /varsets/{varset_id} endpoint.
Instructions
Get details for a specific variable set.
Retrieves comprehensive information about a variable set including its variables, workspace assignments, and configuration.
API endpoint: GET /varsets/{varset_id}
Args: varset_id: The ID of the variable set (format: "varset-xxxxxxxx")
Returns: Variable set details including configuration and relationships
See: docs/tools/variables.md#get-variable-set for reference documentation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
varset_id | Yes |