mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
9b9bfb9fec
* Add provider dev program guide Requires assets from https://github.com/hashicorp/terraform-website/pull/12 * editing from feedback * add spaces after ##
18 lines
720 B
Plaintext
18 lines
720 B
Plaintext
<% wrap_layout :inner do %>
|
|
<% content_for :sidebar do %>
|
|
<ul class="nav docs-sidenav">
|
|
<li<%= sidebar_current("guides-writing-custom-terraform-providers") %>>
|
|
<a href="/guides/writing-custom-terraform-providers.html">Writing Custom Providers</a>
|
|
</li>
|
|
<li<%= sidebar_current("guides-running-terraform-in-automation") %>>
|
|
<a href="/guides/running-terraform-in-automation.html">Running Terraform in Automation</a>
|
|
</li>
|
|
<li<%= sidebar_current("guides-terraform-provider-development-program") %>>
|
|
<a href="/guides/terraform-provider-development-program.html">Terraform Provider Development Program</a>
|
|
</li>
|
|
</ul>
|
|
<% end %>
|
|
|
|
<%= yield %>
|
|
<% end %>
|