From e358d6b61823a3ddcf578e0a3c6fcb8b00e339cf Mon Sep 17 00:00:00 2001 From: Nick Fagerlund Date: Thu, 14 May 2020 13:35:27 -0700 Subject: [PATCH] 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 --- website/docs/commands/environment-variables.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/commands/environment-variables.html.md b/website/docs/commands/environment-variables.html.md index 629a60bac0..69fb27080a 100644 --- a/website/docs/commands/environment-variables.html.md +++ b/website/docs/commands/environment-variables.html.md @@ -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) \ No newline at end of file +For more details on `.terraformignore`, please see [Excluding Files from Upload with .terraformignore](/docs/backends/types/remote.html#excluding-files-from-upload-with-terraformignore).