website: Replace `~` by `$HOME` in documentation of TF_PLUGIN_CACHE_DIR
This commit is contained in:
parent
b851fa71c9
commit
00c3367dda
|
@ -249,7 +249,7 @@ variable can be used to enable caching or to override an existing cache
|
|||
directory within a particular shell session:
|
||||
|
||||
```bash
|
||||
export TF_PLUGIN_CACHE_DIR="~/.terraform.d/plugin-cache"
|
||||
export TF_PLUGIN_CACHE_DIR="$HOME/.terraform.d/plugin-cache"
|
||||
```
|
||||
|
||||
When a plugin cache directory is enabled, the `terraform init` command will
|
||||
|
|
Loading…
Reference in New Issue