Fix misdocumentation of "variables" attribute (#3433)

- Variables is not a JSON array or "[]" it is a JSON object "{}" or map.
This commit is contained in:
David J. Felix 2016-05-18 19:00:49 -04:00 committed by Chris Bednarski
parent ef42021f8f
commit b7bff9d251
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Along with each key, it is noted whether it is required or not.
configure a provisioner, read the sub-section on [configuring provisioners
in templates](/docs/templates/provisioners.html).
- `variables` (optional) is an array of one or more key/value strings that
- `variables` (optional) is an object of one or more key/value strings that
defines user variables contained in the template. If it is not specified,
then no variables are defined. For more information on how to define and use
user variables, read the sub-section on [user variables in