ibrt2016/Terraform Cloud Create Workspace
Creates Workspace in Terraform Cloud
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 5, 2024
- License
- None
Pinned Snippet
uses: ibrt2016/actions-tfc-create-workspace@0d1cf4fc2c9483c17058619df8dceafb1160df43 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | API Token | yes | — |
| name | TF Workspace Name | yes | — |
| org | TF Organization Name | yes | — |
| desc | TF Workspace Description | no | — |
| exec_mode | Execution Mode, `local` to execute TF in Github Actions (default: `remote`) | no | — |
| env | TF Workspace Environment | no | — |
| tf_version | TF Version to use in workspace (default: `latest`) | no | — |
Outputs
no outputs