[Infracost](https://github.com/infracost/infracost) shows cloud cost estimates for infrastructure-as-code projects and uses the following variables:
@@ -515,7 +515,7 @@ 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.
### `tffmt` job
### `tf-fmt` job
The terraform [`fmt` command](https://developer.hashicorp.com/terraform/cli/commands/fmt) is usually used to format Terraform source files to a canonical format and style.
@@ -526,7 +526,7 @@ This job uses the _check_ mode, and fails if any file appears not being properly
| `TF_FMT_ENABLED` | Set to `true` to enable terraform fmt | _none_ (disabled) |
The terraform [`validate` command](https://developer.hashicorp.com/terraform/cli/commands/validate) is usually used to validate the configuration files in a directory. It is very useful to check a terraform module.