Terraform Proxmox Tutorial

Originally published at: Terraform Proxmox Tutorial - Computer How To

In this Terraform Proxmox Tutorial you will learn how to how to configure Proxmox and create VMs in Proxmox with Terraform. Create Terraform API User in Proxmox We can deploy VM’s on Proxmox with Terraform by using “user/password” authentication method, or by using API key method. For this example we will use API key method.…