- Add the following
.tfvars
:proxmox_user
- Proxmox username with realm (e.g.user@pve
)proxmox_server_ip
- Proxmox server IP addressproxmox_api_key_name
- Proxmox API key nameproxmox_api_key_secret
- Proxmox API key secret
- Run
tofu plan
- Run
tofu apply
Shoutout to https://culturelinux.github.io/doc/iac/opentofu/ for the jumpstart.