// Blog · tag
#terraform
Every post tagged terraform.
Blog posts
automation
How to Manage Proxmox VE with Terraform: A Complete Infrastructure-as-Code Guide
Stop clicking through the GUI to build the same VM twice. Here's how to use the bpg/proxmox Terraform provider to declaratively provision VMs and LXC containers, manage state safely, and import machines you already have.
automation
How to Create and Use API Tokens for Proxmox VE Automation
Stop hardcoding root passwords into your scripts. Here's how to create scoped, revocable API tokens in Proxmox VE with pveum, and wire them into curl, Ansible, and Terraform.