From b7bff9d25106b843e5faccc951f257decef4cf24 Mon Sep 17 00:00:00 2001 From: "David J. Felix" Date: Wed, 18 May 2016 19:00:49 -0400 Subject: [PATCH] Fix misdocumentation of "variables" attribute (#3433) - Variables is not a JSON array or "[]" it is a JSON object "{}" or map. --- website/source/docs/templates/introduction.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/templates/introduction.html.md b/website/source/docs/templates/introduction.html.md index 9c7d3eff7..8a9cecef6 100644 --- a/website/source/docs/templates/introduction.html.md +++ b/website/source/docs/templates/introduction.html.md @@ -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