From 00c3367ddae5bfe6cf46e4941f86ad3e7aae40cd Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Wed, 4 Oct 2017 03:34:22 +0200 Subject: [PATCH] website: Replace `~` by `$HOME` in documentation of TF_PLUGIN_CACHE_DIR --- 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 7724be4d1..4b0202935 100644 --- a/website/docs/configuration/providers.html.md +++ b/website/docs/configuration/providers.html.md @@ -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