dflook/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
- Stale
- License
- None
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