Commit 5f30f847 authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

doc(tf-validate): add variable section [skip ci]

parent 1c4a7e99
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -513,6 +513,10 @@ This job uses the _check_ mode, and fails if any file appears not being properly

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.

| Name                 | description                                                                                | default value        |
| -------------------- | ------------------------------------------------------------------------------------------ | -------------------- |
| `TF_VALIDATE_ENABLED`     | Set to `true` to enable terraform validate                                            | _none_ (disabled)    |

## Variants

The Terraform template can be used in conjunction with template variants to cover specific cases.