clarify that variables can't be used inside type

This commit is contained in:
Matthew Hooker 2017-05-20 00:53:31 -07:00
parent 4d84915bf8
commit 740f438639
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 3 additions and 2 deletions

View File

@ -61,8 +61,9 @@ variable or template validation will fail.
User variables are used by calling the `{{user}}` function in the form of
<code>{{user \`variable\`}}</code>. 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