@@ -296,6 +296,7 @@ The Terraform template uses some global configuration used throughout all jobs.
| `TF_OUTPUT_DIR` | Terraform output directory (relative to `$TF_PROJECT_DIR`). Everything generated in this directory will be kept as job artifacts. | `tf-output` |
| `TF_EXTRA_OPTS` | Default Terraform extra options (applies to all Terraform commands) | _none_ |
| `TF_WORKSPACE` | Default Terraform project [workspace](https://developer.hashicorp.com/terraform/language/state/workspaces) | _none_ (do not use workspaces) |