Just discovered that #Terraform supports #Proxmox... might be a nice lil weekend project - importing my Proxmox config into Terraform lol. I feel like that makes more sense than smtg like #Ansible right?

---

edit: as per someone's rec,
#OpenTofu may be a like-for-like better choice instead of Terraform

@irfan I use Proxmox with Opentofu. I have my own modules: https://codeberg.org/cichy1173/cichyform

I mostly see VMs as stateless machines so I configure them only via cloud init. That's why I am moving to #fedoracoreos for simple VMs with containers.
But if you want to apply configuration on living hosts then Ansible will be better (you can combine both tools actually)

cichyform

This repository contains Terraform modules that I personally use in various infrastructure projects. Each module is versioned using Git tags for consistent and reproducible deployments.

Codeberg.org
@cichy1173 thanks for sharing!