website: note that plugin_cache_dir must already exist
This directory is not automatically created by Terraform
This commit is contained in:
parent
528b4e0597
commit
714169502a
|
@ -240,6 +240,9 @@ For example:
|
|||
plugin_cache_dir = "$HOME/.terraform.d/plugin-cache"
|
||||
```
|
||||
|
||||
This directory must already exist before Terraform will cache plugins;
|
||||
Terraform will not create the directory itself.
|
||||
|
||||
Please note that on Windows it is necessary to use forward slash separators
|
||||
(`/`) rather than the conventional backslash (`\`) since the configuration
|
||||
file parser considers a backslash to begin an escape sequence.
|
||||
|
|
Loading…
Reference in New Issue