| `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_IMAGE` | the Docker image used to run Terraform CLI commands<br/>:warning: **set the version required by your project** | `hashicorp/terraform:light` |
| `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`) | `.` |
@@ -407,6 +407,6 @@ Save the API key as :lock: `INFRACOST_API_KEY` GitLab secret variable.
Set `INFRACOST_CURRENCY` variable to set currency [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) prices should be converted to. Defaults to USD.
## Gitlab compatibility
## GitLab compatibility
:information_source: This template is actually tested and validated on GitLab Community Edition instance version 13.12.11
"description":"the Docker image used to run Terraform CLI commands - **it is highly recommended to set the CLI version compatible with your Terraform server**",
"description":"the Docker image used to run Terraform CLI commands - **set the version required by your project**",