From 194afe087277fddd41df43f5dfb3994a76d4a565 Mon Sep 17 00:00:00 2001 From: Francis Nickels III Date: Tue, 26 Jul 2022 17:02:44 -0700 Subject: [PATCH] Update website/docs/cli/config/config-file.mdx lgtm Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> --- website/docs/cli/config/config-file.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/docs/cli/config/config-file.mdx b/website/docs/cli/config/config-file.mdx index a60392b017..761baec6d7 100644 --- a/website/docs/cli/config/config-file.mdx +++ b/website/docs/cli/config/config-file.mdx @@ -311,9 +311,7 @@ the operating system where you are running Terraform: If a `terraform.d/plugins` directory exists in the current working directory then Terraform will also include that directory, regardless of your operating -system. *The behavior is slightly different when using `-chdir` with the `init` command, -the launch directory, not the directory specified with `-chdir`, is used -for checking for the existence of the `terraform.d/plugins` directory.* +system. This behavior changes when you use the `-chdir` option with the `init` command. In that case, Terraform checks for the `terraform.d/plugins` directory in the launch directory and not in the directory you specified with `-chdir`. Terraform will check each of the paths above to see if it exists, and if so treat it as a filesystem mirror. The directory structure inside each one must