mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
a3ced1a367
The "terraform" provider was previously split out into its own repository, but that turned out to be a mistake due to how tightly it depends on aspects of Terraform Core. Here we prepare to bring it back into the core repository by reorganizing the directory layout to conform with what's expected there.
27 lines
882 B
Plaintext
27 lines
882 B
Plaintext
<% wrap_layout :inner do %>
|
|
<% content_for :sidebar do %>
|
|
<div class="docs-sidebar hidden-print affix-top" role="complementary">
|
|
<ul class="nav docs-sidenav">
|
|
<li<%= sidebar_current("docs-home") %>>
|
|
<a href="/docs/providers/index.html">All Providers</a>
|
|
</li>
|
|
|
|
<li<%= sidebar_current("docs-terraform-index") %>>
|
|
<a href="/docs/providers/terraform/index.html">Terraform Provider</a>
|
|
</li>
|
|
|
|
<li<%= sidebar_current("docs-terraform-datasource") %>>
|
|
<a href="#">Data Sources</a>
|
|
<ul class="nav nav-visible">
|
|
<li<%= sidebar_current("docs-terraform-datasource-remote-state") %>>
|
|
<a href="/docs/providers/terraform/d/remote_state.html">terraform_remote_state</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<% end %>
|
|
|
|
<%= yield %>
|
|
<% end %>
|