website: Edit text of new TF_IGNORE env var docs (#24788)

* website: Edit text of new TF_IGNORE env var docs

Fixing one broken link, and tidying the sentences a bit.

* typo

Co-authored-by: Pam Selle <pam@hashicorp.com>
This commit is contained in:
Nick Fagerlund 2020-05-14 13:35:27 -07:00 committed by GitHub
parent 6a01c40312
commit e358d6b618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -138,10 +138,10 @@ export TF_CLI_CONFIG_FILE="$HOME/.terraformrc-custom"
## TF_IGNORE
If `TF_IGNORE` is set to "trace", Terraform will output debug messages to display ignored files and folders which is useful when debugging large repositories with `.terraformignore` file. For example:
If `TF_IGNORE` is set to "trace", Terraform will output debug messages to display ignored files and folders. This is useful when debugging large repositories with `.terraformignore` files.
```shell
export TF_IGNORE=trace
```
For more detals on `.terraformignore`, please see [Excluding Files from Upload with .terraformignore](docs/backends/types/remote.html#excluding-files-from-upload-with-terraformignore)
For more details on `.terraformignore`, please see [Excluding Files from Upload with .terraformignore](/docs/backends/types/remote.html#excluding-files-from-upload-with-terraformignore).