Replies: 5 comments 2 replies
-
Hey @ZaxLofful |
Beta Was this translation helpful? Give feedback.
-
I don't see anything specific, is this a plan to just convert anything that is a current provider? |
Beta Was this translation helpful? Give feedback.
-
OpenTofu will work as drop in replacement for terraform binary. Initial plan was to use hashicorp's provider registry, but they sneakily changed their license to that only allowing hashicorp's terraform binary to download. OpenTofu team wrote basic registry that will work as github redirector (same as hashi one), and so it will support the same providers as terraform. |
Beta Was this translation helpful? Give feedback.
-
Can confirm that opentofu works with proxmox provider. This is a change made after # .terraform.lock.hcl
-provider "registry.terraform.io/bpg/proxmox" {
+provider "registry.opentofu.org/bpg/proxmox" {
version = "0.32.0"
constraints = "0.32.0"
hashes = [ |
Beta Was this translation helpful? Give feedback.
-
On the topic of Proxmox with Tofu: what would be the main differences to using Nix and its way of deploying Proxmox? Debating between the two of them? I am fairly experienced on both! Would Nix be an even better replacement not for Tofu but Ansible? Something like this but with Tofu? |
Beta Was this translation helpful? Give feedback.
-
I would love to see a Proxmox provider get ported here, then I could use it! Sadly right now everything I do is Proxmox...
Beta Was this translation helpful? Give feedback.
All reactions