From 9a5d909931411b76a11afb492d555caceea9ca77 Mon Sep 17 00:00:00 2001 From: Francis Nickels Date: Mon, 18 Jul 2022 09:10:10 -0700 Subject: [PATCH] doc change to match behavior --- website/docs/cli/config/config-file.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/cli/config/config-file.mdx b/website/docs/cli/config/config-file.mdx index 73ef06803f..a60392b017 100644 --- a/website/docs/cli/config/config-file.mdx +++ b/website/docs/cli/config/config-file.mdx @@ -311,7 +311,9 @@ 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. +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.* 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