github.com/rahart/packer@v0.12.2-0.20161229105310-282bb6ad370f/website/source/docs/machine-readable/command-inspect.html.md (about) 1 --- 2 description: | 3 These are the machine-readable types that exist as part of the output of 4 `packer inspect`. 5 layout: 'docs\_machine\_readable' 6 page_title: 'Command: inspect - Machine-Readable Reference' 7 ... 8 9 # Inspect Command Types 10 11 These are the machine-readable types that exist as part of the output of 12 `packer inspect`. 13 14 <dl> 15 <dt> 16 template-variable (3) 17 </dt> 18 <dd> 19 <p> 20 A <a href="/docs/templates/user-variables.html">user variable</a> 21 defined within the template. 22 </p> 23 24 <p> 25 <strong>Data 1: name</strong> - Name of the variable. 26 </p> 27 28 <p> 29 <strong>Data 2: default</strong> - The default value of the 30 variable. 31 </p> 32 33 <p> 34 <strong>Data 3: required</strong> - If non-zero, then this variable 35 is required. 36 </p> 37 38 </dd> 39 <dt> 40 template-builder (2) 41 </dt> 42 <dd> 43 <p> 44 A builder defined within the template 45 </p> 46 47 <p> 48 <strong>Data 1: name</strong> - The name of the builder. 49 </p> 50 <p> 51 <strong>Data 2: type</strong> - The type of the builder. This will 52 generally be the same as the name unless you explicitly override 53 the name. 54 </p> 55 56 </dd> 57 <dt> 58 template-provisioner (1) 59 </dt> 60 <dd> 61 <p> 62 A provisioner defined within the template. Multiple of these may 63 exist. If so, they are outputted in the order they would run. 64 </p> 65 66 <p> 67 <strong>Data 1: name</strong> - The name/type of the provisioner. 68 </p> 69 70 </dd> 71 </dl>