website: clarify where you run the `terraform init` command
This commit is contained in:
parent
e3d38046dc
commit
8bb0491dc1
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue