clarify that variables can't be used inside type

pull/4909/head
Matthew Hooker 9 years ago
parent 4d84915bf8
commit 740f438639
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

@ -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

Loading…
Cancel
Save