actions-marketplace-validations/terraform-new-workspace
Creates a new Terraform workspace. If the workspace already exists, succeeds without doing anything.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 13, 2026
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/dflook_terraform-new-workspace@ac5eff4d33ad43d8b9c45bcaf4c58cae69313b13 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path to the Terraform root module directory. | no | . |
| workspace | The name of the Terraform workspace to create. | yes | — |
| backend_config | List of Terraform backend config values, one per line. | no | "" |
| backend_config_file | List of Terraform backend config files to use, one per line. Paths should be relative to the GitHub Actions workspace | no | "" |
Outputs
no outputs