mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
83 lines
3.9 KiB
Plaintext
83 lines
3.9 KiB
Plaintext
<% wrap_layout :inner do %>
|
|
<% content_for :sidebar do %>
|
|
<h4><a href="/docs/cli-index.html">Terraform CLI</a></h4>
|
|
|
|
<ul class="nav docs-sidenav">
|
|
<li<%= sidebar_current("docs-backends") %>>
|
|
<a class="back" href="/docs/backends/index.html">Backends</a>
|
|
<ul class="nav nav-visible">
|
|
|
|
<li<%= sidebar_current("docs-backends-types") %>>
|
|
<a href="/docs/backends/types/index.html">Backend Types</a>
|
|
<ul class="nav nav-visible">
|
|
|
|
<li id="docs-backends-types-enhanced"<%= sidebar_current("docs-backends-types-enhanced-") %>>
|
|
<a href="#docs-backends-types-enhanced">Enhanced Backends</a>
|
|
<ul class="nav nav-visible">
|
|
<li<%= sidebar_current("docs-backends-types-enhanced-local") %>>
|
|
<a href="/docs/backends/types/local.html">local</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-enhanced-remote") %>>
|
|
<a href="/docs/backends/types/remote.html">remote</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
|
|
|
|
<li id="docs-backends-types-standard"<%= sidebar_current("docs-backends-types-standard-") %>>
|
|
<a href=#docs-backends-types-standard>Standard Backends</a>
|
|
<ul class="nav nav-visible">
|
|
<li<%= sidebar_current("docs-backends-types-standard-artifactory") %>>
|
|
<a href="/docs/backends/types/artifactory.html">artifactory</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-azurerm") %>>
|
|
<a href="/docs/backends/types/azurerm.html">azurerm</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-consul") %>>
|
|
<a href="/docs/backends/types/consul.html">consul</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-etcdv2") %>>
|
|
<a href="/docs/backends/types/etcd.html">etcd</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-etcdv3") %>>
|
|
<a href="/docs/backends/types/etcdv3.html">etcdv3</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-gcs") %>>
|
|
<a href="/docs/backends/types/gcs.html">gcs</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-http") %>>
|
|
<a href="/docs/backends/types/http.html">http</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-manta") %>>
|
|
<a href="/docs/backends/types/manta.html">manta</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-oss") %>>
|
|
<a href="/docs/backends/types/oss.html">oss</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-pg") %>>
|
|
<a href="/docs/backends/types/pg.html">pg</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-s3") %>>
|
|
<a href="/docs/backends/types/s3.html">s3</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-swift") %>>
|
|
<a href="/docs/backends/types/swift.html">swift</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-terraform-enterprise") %>>
|
|
<a href="/docs/backends/types/terraform-enterprise.html">terraform enterprise</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
</li>
|
|
</ul>
|
|
|
|
<%= partial("layouts/otherdocs", :locals => { :skip => "Terraform CLI" }) %>
|
|
<% end %>
|
|
|
|
<%= yield %>
|
|
<% end %>
|