Merge pull request #29598 from hashicorp/laura-add-mrui-to-sidebar
Add Machine-Readable UI to sidebar
This commit is contained in:
commit
dfbef12a6c
|
@ -1,12 +1,12 @@
|
||||||
---
|
---
|
||||||
layout: "docs"
|
layout: "docs"
|
||||||
page_title: "Internals: Machine Readable UI"
|
page_title: "Internals: Machine-Readable UI"
|
||||||
sidebar_current: "docs-internals-machine-readable-ui"
|
sidebar_current: "docs-internals-machine-readable-ui"
|
||||||
description: |-
|
description: |-
|
||||||
Terraform provides a machine-readable streaming JSON UI output for plan, apply, and refresh operations.
|
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.
|
-> **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>
|
<a href="/docs/internals/debugging.html">Debugging Terraform</a>
|
||||||
</li>
|
</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>
|
<li>
|
||||||
<a href="/docs/internals/module-registry-protocol.html">Module Registry Protocol</a>
|
<a href="/docs/internals/module-registry-protocol.html">Module Registry Protocol</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<a href="/docs/internals/provider-meta.html">Provider Metadata</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="/docs/internals/provider-network-mirror-protocol.html">Provider Network Mirror Protocol</a>
|
<a href="/docs/internals/provider-network-mirror-protocol.html">Provider Network Mirror Protocol</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -554,6 +570,10 @@
|
||||||
<a href="/docs/internals/provider-registry-protocol.html">Provider Registry Protocol</a>
|
<a href="/docs/internals/provider-registry-protocol.html">Provider Registry Protocol</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<a href="/docs/internals/remote-service-discovery.html">Remote Service Discovery</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="/docs/internals/graph.html">Resource Graph</a>
|
<a href="/docs/internals/graph.html">Resource Graph</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -562,21 +582,6 @@
|
||||||
<a href="/docs/internals/lifecycle.html">Resource Lifecycle</a>
|
<a href="/docs/internals/lifecycle.html">Resource Lifecycle</a>
|
||||||
</li>
|
</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>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue