github.com/kikitux/packer@v0.10.1-0.20160322154024-6237df566f9f/website/source/docs/machine-readable/index.html.md (about) 1 --- 2 description: | 3 This is the reference for the various message categories for Packer 4 machine-readable output. Please read that page if you're unfamiliar with the 5 general format and usage for the machine-readable output. 6 layout: 'docs\_machine\_readable' 7 page_title: 'Machine-Readable Reference' 8 ... 9 10 # Machine-Readable Reference 11 12 This is the reference for the various message categories for Packer 13 [machine-readable output](/docs/command-line/machine-readable.html). Please read 14 that page if you're unfamiliar with the general format and usage for the 15 machine-readable output. 16 17 The layout of this reference is split into where the types come from. There are 18 a set of core types that are from Packer core itself. Then there are types that 19 come from various components of Packer such as the builders, provisioners, and 20 more. 21 22 Within each section, the format of the documentation is the following: 23 24 <br> 25 26 <dl> 27 <dt> 28 type-name (data-count) 29 </dt> 30 <dd> 31 <p>Description of the type.</p> 32 <p> 33 <strong>Data 1: name</strong> - Description. 34 </p> 35 36 </dd> 37 </dl>