Skip to main content

Create A Variable

Create a new variable in a specified workspace.

External Documentation

To learn more, visit the Terraform Cloud documentation.

Parameters

ParameterDescription
CategoryWhether this is a Terraform or environment variable.
DescriptionAn optional description for the variable (mainly for readability purposes).
HCLWhether to evaluate the value of the variable as a string of HCL code. Has no effect for environment variables.
SensitiveWhether the value is sensitive. If true then the variable is written once and not visible thereafter.
Variable KeyThe key of the new variable.
Variable ValueThe value of the new variable.
Workspace IDSpecifies the workspace ID where the var will be created.

Automation Library Example

Create a Variable with Terraform Cloud and Send Results Via Email

Automation LibraryPreview this Automation on desktop