| `TF_IMAGE` | the Docker image used to run Terraform CLI commands| `hashicorp/terraform:light`**it is highly recommended to set the CLI version compatible with your Terraform server** |
| `TF_GITLAB_BACKEND_DISABLED`| Set to disable [GitLab managed Terraform State](https://docs.gitlab.com/ee/user/infrastructure/terraform_state.html) | _none_ (enabled) |
| `TF_GITLAB_BACKEND_DISABLED`| Set to `true` to disable [GitLab managed Terraform State](https://docs.gitlab.com/ee/user/infrastructure/terraform_state.html) | _none_ (enabled) |
| `TF_SCRIPTS_DIR` | Terraform (hook) scripts base directory (relative to `$TF_PROJECT_DIR`) | `.` |
| `TF_OUTPUT_DIR` | Terraform output directory (relative to `$TF_PROJECT_DIR`). Everything generated in this directory will be kept as job artifacts. | `tf-output` |
@@ -167,10 +167,10 @@ Here are variables supported to configure review environments: