actions-marketplace-validations/terraform-new-workspace

Creates a new Terraform workspace. If the workspace already exists, succeeds without doing anything.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jan 13, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/dflook_terraform-new-workspace@ac5eff4d33ad43d8b9c45bcaf4c58cae69313b13 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pathThe path to the Terraform root module directory.no.
workspaceThe name of the Terraform workspace to create.yes
backend_configList of Terraform backend config values, one per line.no""
backend_config_fileList of Terraform backend config files to use, one per line. Paths should be relative to the GitHub Actions workspace no""

no outputs