opentofu/website/source/layouts/triton.erb
James Nugent e70764f64d provider/triton: New provider for Joyent Triton
This brings across the following resources for Triton from the
joyent/triton-terraform repository, and converts them to the canonical
Terraform style, introducing Terraform-style documentation and
acceptance tests which run against the live API rather than the local
APIs:

- triton_firewall_rule
- triton_machine
- triton_key
2016-03-20 20:15:17 +00:00

40 lines
1.6 KiB
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">&laquo; Documentation Home</a>
</li>
<li<%= sidebar_current("docs-triton-index") %>>
<a href="/docs/providers/triton/index.html">Triton Provider</a>
</li>
<li<%= sidebar_current(/^docs-triton-resource/) %>>
<a href="#">Resources</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-triton-resource-firewall-rule") %>>
<a href="/docs/providers/triton/r/triton_firewall_rule.html">triton_firewall_rule</a>
</li>
</ul>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-triton-resource-key") %>>
<a href="/docs/providers/triton/r/triton_key.html">triton_key</a>
</li>
</ul>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-triton-resource-machine") %>>
<a href="/docs/providers/triton/r/triton_machine.html">triton_machine</a>
</li>
</ul>
</li>
</ul>
</div>
<% end %>
<%= yield %>
<% end %>