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/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'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://copr.fedorainfracloud.org/coprs/mroche/cloud-native-utilities" rel="nofollow">https://copr.fedorainfracloud.org/coprs/mroche/cloud-native-...</a><p>[1] <a href="https://kojihub.stream.centos.org/koji/packageinfo?packageID=450" rel="nofollow">https://kojihub.stream.centos.org/koji/packageinfo?packageID...</a>