From 4ea3460617513c79292babb6f42dc03d69b4dc51 Mon Sep 17 00:00:00 2001 From: Landon Smith Date: Sun, 13 Oct 2019 16:32:47 -0700 Subject: [PATCH] Update user-variables.html.md Looks like the vault variables description was copied from the environment variables section, and someone left a reference to a environment variables. --- website/source/docs/templates/user-variables.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/templates/user-variables.html.md b/website/source/docs/templates/user-variables.html.md index e8e6dcde1..a5b0c31a2 100644 --- a/website/source/docs/templates/user-variables.html.md +++ b/website/source/docs/templates/user-variables.html.md @@ -123,7 +123,7 @@ environment variables, as specified in the Secrets can be read from [Vault](https://www.vaultproject.io/) and used within your template as user variables. the `vault` function is available *only* within the default value of a user variable, allowing you to default a user -variable to an environment variable. +variable to a vault secret. An example of using a v2 kv engine: