TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

OpenTofu Is Going GA

31 pointsby brunoluizover 1 year ago

2 comments

mrocheover 1 year ago
If anyone is looking to use OpenTofu on a Red Hat family distribution*, I have a COPR repository[0] available with x86_64 and aarch64** packages. The easy way to get started:<p><pre><code> $ rpm --quiet -q dnf-plugins-core || dnf install dnf-plugins-core $ dnf copr enable mroche&#x2F;cloud-native-utilties $ dnf install opentofu </code></pre> It is side-by-side installable with Terraform, but if you want to do an in-place switch, you can simply do:<p><pre><code> $ dnf swap terraform opentofu </code></pre> * This includes Fedora 38+ and EL9. I can&#x27;t support EL8 until Go 1.21[1] is tagged for a release compose.<p>** aarch64 packages are currently building.<p>[0] <a href="https:&#x2F;&#x2F;copr.fedorainfracloud.org&#x2F;coprs&#x2F;mroche&#x2F;cloud-native-utilities" rel="nofollow">https:&#x2F;&#x2F;copr.fedorainfracloud.org&#x2F;coprs&#x2F;mroche&#x2F;cloud-native-...</a><p>[1] <a href="https:&#x2F;&#x2F;kojihub.stream.centos.org&#x2F;koji&#x2F;packageinfo?packageID=450" rel="nofollow">https:&#x2F;&#x2F;kojihub.stream.centos.org&#x2F;koji&#x2F;packageinfo?packageID...</a>
everfrustratedover 1 year ago
Congratulations to everybody involved in this release. The future looks very bright indeed!