Update website/docs/cli/config/environment-variables.mdx

Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com>
pull/34918/head
Craig Wright 2 years ago committed by GitHub
parent 4afdd94390
commit 2680f6bff9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -151,7 +151,7 @@ The location of the [Terraform CLI configuration file](/terraform/cli/config/con
export TF_CLI_CONFIG_FILE="$HOME/.terraformrc-custom"
```
(Note that `TERRAFORM_CONFIG` is a deprecated alias for this variable. Please do not use `TERRAFORM_CONFIG` as it may be removed in future versions of Terraform.)
Note that `TERRAFORM_CONFIG` is a deprecated alias for the `TF_CLI_CONFIG_FILE` variable. We recommend using `TF_CLI_CONFIG_FILE` instead of the deprecated `TERRAFORM_CONFIG` variable.
## TF_PLUGIN_CACHE_DIR

Loading…
Cancel
Save