2016-03-22 18:41:02 +01:00
|
|
|
<% wrap_layout :inner do %>
|
2017-04-05 17:28:34 +02:00
|
|
|
<% content_for :sidebar do %>
|
2019-03-11 17:49:45 +01:00
|
|
|
<h4><a href="/docs/cli-index.html">Terraform CLI</a></h4>
|
2018-12-21 03:18:13 +01:00
|
|
|
|
|
|
|
<ul class="nav docs-sidenav">
|
|
|
|
<li<%= sidebar_current("docs-commands") %>>
|
|
|
|
<a class="back" href="/docs/commands/index.html">Commands (CLI)</a>
|
|
|
|
<ul class="nav">
|
|
|
|
|
|
|
|
<li<%= sidebar_current("docs-commands-state") %>>
|
|
|
|
<a href="/docs/commands/state/index.html">state</a>
|
|
|
|
<ul class="nav">
|
|
|
|
<li<%= sidebar_current("docs-commands-state-address") %>>
|
|
|
|
<a href="/docs/commands/state/addressing.html">Resource Addressing</a>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li<%= sidebar_current("docs-commands-state-sub-list") %>>
|
|
|
|
<a href="/docs/commands/state/list.html">list</a>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li<%= sidebar_current("docs-commands-state-sub-mv") %>>
|
|
|
|
<a href="/docs/commands/state/mv.html">mv</a>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li<%= sidebar_current("docs-commands-state-sub-pull") %>>
|
|
|
|
<a href="/docs/commands/state/pull.html">pull</a>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li<%= sidebar_current("docs-commands-state-sub-push") %>>
|
|
|
|
<a href="/docs/commands/state/push.html">push</a>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li<%= sidebar_current("docs-commands-state-sub-rm") %>>
|
|
|
|
<a href="/docs/commands/state/rm.html">rm</a>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li<%= sidebar_current("docs-commands-state-sub-show") %>>
|
|
|
|
<a href="/docs/commands/state/show.html">show</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
2019-03-08 12:58:58 +01:00
|
|
|
<%= partial("layouts/otherdocs", :locals => { :skip => "Terraform CLI" }) %>
|
2018-12-21 03:18:13 +01:00
|
|
|
|
2017-04-05 17:28:34 +02:00
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<%= yield %>
|
2016-03-22 18:41:02 +01:00
|
|
|
<% end %>
|