From 8bb0491dc1dffb5c1ffa957fdea3633dbe161b86 Mon Sep 17 00:00:00 2001 From: Kris Luminar Date: Thu, 24 Oct 2019 10:41:00 -0500 Subject: [PATCH] website: clarify where you run the `terraform init` command --- website/docs/configuration/providers.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/providers.html.md b/website/docs/configuration/providers.html.md index 96a911b397..b75c21f698 100644 --- a/website/docs/configuration/providers.html.md +++ b/website/docs/configuration/providers.html.md @@ -246,7 +246,7 @@ Operating system | User plugins directory Windows | `%APPDATA%\terraform.d\plugins` All other systems | `~/.terraform.d/plugins` -Once a plugin is installed, `terraform init` can initialize it normally. +Once a plugin is installed, `terraform init` can initialize it normally. You must run this command from the directory where the configuration files are located. Providers distributed by HashiCorp can also go in the user plugins directory. If a manually installed version meets the configuration's version constraints,