Automating Virtual Machine Creation on Proxmox with Terraform and bpg
A guide to using the Terraform bpg provider to create virtual machines on a Proxmox instance.
The bpg provider is a wrapper for the Proxmox API. It enables the provisioning of infrastructure on Proxmox using Terraform.
bpg is one of two terraform providers available for Proxmox at time of writing, the other option being telmate. Both are active based on their GitHub repos, at a quick glance bpg was a bit more active, and a few positive posts about bpg swayed the decision towards it.