Start with Terraform and proxmox

Hello everybody, we will start to learn about terraform. For this beginning tutoriel i will explain you how you can create simple machine with terraform on your proxmox.

How terraform work ? Terraform is tools allow you to manage infrastructure with configuration files (Iac : Infrastructure as code) rather than through a graphical user interface. Iac allows you to build and manage your infrastucture in a safe and repeatable way by defining resource configurations that you can version, reuse and share. For this tutoriel we need one pc where we will install terraform and one server with proxmox.

Source