Add Machine-Readable UI to sidebar and add hyphen :-)
This commit is contained in:
parent
e6a76d8ba0
commit
4d1baaceab
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Internals: Machine Readable UI"
|
||||
page_title: "Internals: Machine-Readable UI"
|
||||
sidebar_current: "docs-internals-machine-readable-ui"
|
||||
description: |-
|
||||
Terraform provides a machine-readable streaming JSON UI output for plan, apply, and refresh operations.
|
||||
---
|
||||
|
||||
# Machine Readable UI
|
||||
# Machine-Readable UI
|
||||
|
||||
-> **Note:** This format is available in Terraform 0.15.3 and later.
|
||||
|
||||
|
|
|
@ -542,10 +542,26 @@
|
|||
<a href="/docs/internals/debugging.html">Debugging Terraform</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/docs/internals/json-format.html">JSON Output Format</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/docs/internals/login-protocol.html">Login Protocol</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/docs/internals/machine-readable-ui.html">Machine-Readable UI</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/docs/internals/module-registry-protocol.html">Module Registry Protocol</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/docs/internals/provider-meta.html">Provider Metadata</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/docs/internals/provider-network-mirror-protocol.html">Provider Network Mirror Protocol</a>
|
||||
</li>
|
||||
|
@ -562,21 +578,10 @@
|
|||
<a href="/docs/internals/lifecycle.html">Resource Lifecycle</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/docs/internals/login-protocol.html">Login Protocol</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/docs/internals/json-format.html">JSON Output Format</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/docs/internals/remote-service-discovery.html">Remote Service Discovery</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/docs/internals/provider-meta.html">Provider Metadata</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
|
Loading…
Reference in New Issue