2013-08-12 14:33:57 -04:00
|
|
|
---
|
2015-07-22 22:31:00 -04:00
|
|
|
description: |
|
|
|
|
This is the reference for the various message categories for Packer
|
|
|
|
machine-readable output. Please read that page if you're unfamiliar with the
|
|
|
|
general format and usage for the machine-readable output.
|
|
|
|
layout: 'docs\_machine\_readable'
|
|
|
|
page_title: 'Machine-Readable Reference'
|
|
|
|
...
|
2013-08-12 14:33:57 -04:00
|
|
|
|
|
|
|
# Machine-Readable Reference
|
|
|
|
|
|
|
|
This is the reference for the various message categories for Packer
|
2015-07-22 22:31:00 -04:00
|
|
|
[machine-readable output](/docs/command-line/machine-readable.html). Please read
|
|
|
|
that page if you're unfamiliar with the general format and usage for the
|
|
|
|
machine-readable output.
|
2013-08-12 14:33:57 -04:00
|
|
|
|
2015-07-22 22:31:00 -04:00
|
|
|
The layout of this reference is split into where the types come from. There are
|
|
|
|
a set of core types that are from Packer core itself. Then there are types that
|
|
|
|
come from various components of Packer such as the builders, provisioners, and
|
|
|
|
more.
|
2013-08-12 14:33:57 -04:00
|
|
|
|
|
|
|
Within each section, the format of the documentation is the following:
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
|
|
|
<dl>
|
2015-07-22 23:25:58 -04:00
|
|
|
<dt>
|
|
|
|
type-name (data-count)
|
|
|
|
</dt>
|
|
|
|
<dd>
|
2015-07-22 22:31:00 -04:00
|
|
|
<p>Description of the type.</p>
|
|
|
|
<p>
|
|
|
|
<strong>Data 1: name</strong> - Description.
|
|
|
|
</p>
|
|
|
|
|
2015-07-22 23:25:58 -04:00
|
|
|
</dd>
|
2013-08-12 14:33:57 -04:00
|
|
|
</dl>
|