update_variable_set
Modify settings of an existing variable set in Terraform Cloud via MCP API. Customize name, description, global scope, or priority without altering unspecified attributes. Use PATCH /varsets/{varset_id}.
Instructions
Update an existing variable set.
Modifies the settings of a variable set. Only specified attributes will be updated; unspecified attributes remain unchanged.
API endpoint: PATCH /varsets/{varset_id}
Args: varset_id: The ID of the variable set (format: "varset-xxxxxxxx")
Returns: The updated variable set with all current settings and configuration
See: docs/tools/variables.md#update-variable-set for reference documentation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
params | No | ||
varset_id | Yes |