2013-08-12 14:33:57 -04:00
|
|
|
---
|
|
|
|
layout: "docs_machine_readable"
|
|
|
|
page_title: "General Types - Machine-Readable Reference"
|
2014-10-20 16:47:30 -04:00
|
|
|
description: |-
|
|
|
|
These are the machine-readable types that can appear in almost any machine-readable output and are provided by Packer core itself.
|
2013-08-12 14:33:57 -04:00
|
|
|
---
|
|
|
|
|
|
|
|
# General Types
|
|
|
|
|
|
|
|
These are the machine-readable types that can appear in almost any
|
|
|
|
machine-readable output and are provided by Packer core itself.
|
|
|
|
|
|
|
|
<dl>
|
|
|
|
<dt>ui (2)</dt>
|
|
|
|
<dd>
|
|
|
|
<p>
|
|
|
|
Specifies the output and type of output that would've normally
|
2015-02-26 19:35:31 -05:00
|
|
|
gone to the console if Packer were running in human-readable
|
2013-08-12 14:33:57 -04:00
|
|
|
mode.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<strong>Data 1: type</strong> - The type of UI message that would've
|
|
|
|
been outputted. Can be "say", "message", or "error".
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<strong>Data 2: output</strong> - The UI message that would have
|
|
|
|
been outputted.
|
|
|
|
</p>
|
|
|
|
</dd>
|
|
|
|
</dl>
|