khuedoan / homelab

Fully automated homelab from empty disk to running services with a single command.
https://homelab.khuedoan.com
GNU General Public License v3.0
8.23k stars 765 forks source link

[Suggestion] Replace terraform with opentofu #156

Open Moortu opened 7 months ago

Moortu commented 7 months ago

Terraform is going into the commercial business. Opentofu is the opensource fork from terraform and should be a simple dropin replacement.

kvendingoldo commented 7 months ago

you can also you https://github.com/tofuutils/tenv to switch between different versions of terraform/tofu

khuedoan commented 9 hours ago

Thanks, I'll replace Terraform with OpenTofu in the upcoming commits. I've been using it in some other projects as well (this will require some changes to ./external and the prerequisites instructions though)