github.com/terraform-linters/tflint@v0.51.2-0.20240520175844-3750771571b6/docs/user-guide/environment_variables.md (about) 1 # Environment Variables 2 3 Below is a list of environment variables available in TFLint. 4 5 - `TFLINT_LOG` 6 - Print logs to stderr. See [Debugging](../../README.md#debugging). 7 - `TFLINT_CONFIG_FILE` 8 - Configure the config file path. See [Configuring TFLint](./config.md). 9 - `TFLINT_PLUGIN_DIR` 10 - Configure the plugin directory. See [Configuring Plugins](./plugins.md). 11 - `TF_VAR_name` 12 - Set variables for compatibility with Terraform. See [Compatibility with Terraform](./compatibility.md). 13 - `TF_DATA_DIR` 14 - Configure the `.terraform` directory for compatibility with Terraform. See [Compatibility with Terraform](./compatibility.md). 15 - `TF_WORKSPACE` 16 - Set a workspace for compatibility with Terraform. See [Compatibility with Terraform](./compatibility.md).