From 740f438639ed6f760bf7e1130e815c1bb2104cea Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Sat, 20 May 2017 00:53:31 -0700 Subject: [PATCH] clarify that variables can't be used inside type --- website/source/docs/templates/user-variables.html.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/source/docs/templates/user-variables.html.md b/website/source/docs/templates/user-variables.html.md index c1937e7fb..88e562edd 100644 --- a/website/source/docs/templates/user-variables.html.md +++ b/website/source/docs/templates/user-variables.html.md @@ -61,8 +61,9 @@ variable or template validation will fail. User variables are used by calling the `{{user}}` function in the form of {{user \`variable\`}}. This function can be used in *any value* -within the template; in builders, provisioners, *anywhere outside the `variables` -section*. User variables are available globally within the rest of the template. +but `type` within the template: in builders, provisioners, *anywhere outside +the `variables` section*. User variables are available globally within the rest +of the template. ## Environment Variables