create_variable_set
Create and manage variable sets in Terraform Cloud organizations to centralize configuration across workspaces and projects. Define global settings, priorities, and descriptions for efficient variable management.
Instructions
Create a new variable set in an organization.
Creates a new variable set which can be used to manage variables across multiple workspaces and projects.
API endpoint: POST /organizations/{organization}/varsets
Args: organization: The name of the organization name: The name to give the variable set
Returns: The created variable set with its configuration and metadata
See: docs/tools/variables.md#create-variable-set for reference documentation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | ||
organization | Yes | ||
params | No |