afterthought/Create TFC Workspace Variable Action
Creates a Terraform Cloud workspace variable
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tfcToken | A Terraform Cloud API token with access to manage the workspace | yes | — |
| orgName | The name of the Terraform Cloud organization where the workspace resides | yes | — |
| workspaceName | The name of the Terraform Cloud workspace | yes | — |
| variableName | The name of the variable | yes | — |
| category | The type of variable to create | yes | — |
| sensitive | Whether the variable should be treated by Terraform as sensitive | no | false |
| hcl | True if the value should be parsed as hcl | no | false |
| value | The variable's initial value | no | "" |
Outputs
no outputs