mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
80b13307e8
The HashiCorp engineering services team has set up APT and Yum repositories as alternative installation methods for various HashiCorp products, now including Terraform. We don't really have a great place to talk about these in our current website structure. There is a longer-term plan to revamp the downloads page to include other options, but we are already getting lots of questions about how to use these repositories and so my goal here is to publish at least a first pass of documentation, linked from the Downloads page sidebar as a placeholder for now, so we'll have somewhere to refer to when answering such questions. My intent is that even once we have a revamped Downloads page that mentions these options more clearly, we'll still need to link out to another page to talk about various details, and so the two new URLs this creates would be the home of that content, even if we rewrite the specific prose here to work better in the context of the new Downloads page.
28 lines
826 B
Plaintext
28 lines
826 B
Plaintext
<% wrap_layout :inner do %>
|
|
<% content_for :sidebar do %>
|
|
<h4><a href="/downloads.html">Downloads</a></h4>
|
|
|
|
<ul class="nav docs-sidenav">
|
|
<li<%= sidebar_current("downloads-terraform") %>>
|
|
<a href="/downloads.html">Download Terraform</a>
|
|
</li>
|
|
|
|
<li<%= sidebar_current("docs-cli-install-apt") %>>
|
|
<a href="/docs/cli/install/apt.html">Debian/Ubuntu APT Packages</a>
|
|
</li>
|
|
|
|
<li<%= sidebar_current("docs-cli-install-yum") %>>
|
|
<a href="/docs/cli/install/yum.html">RHEL/Fedora Yum Packages</a>
|
|
</li>
|
|
|
|
<li<%= sidebar_current("upgrade-guides") %>>
|
|
<a href="/upgrade-guides/index.html">Upgrade Guides</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<%= partial("layouts/otherdocs", :locals => { :skip => "Download Terraform" }) %>
|
|
<% end %>
|
|
|
|
<%= yield %>
|
|
<% end %>
|