Configuration for all VMs / Containers running on nerdserv using Terraform
We recommend using the
Terraform version manager to install the
correct version of terraform
for this project.
tfenv install
You will need the team’s age
encryption key to run the encryption and
decryption steps for the Terraform state files.
The proxmox provider allows Terraform to provision proxmox VMs and LXC containers through proxmox's API.
-
If you have not done so, initialize Terraform by running
terraform init
. -
Validate the config BEFORE committing.
terraform validate
-
Format the Terraform config files BEFORE committing.
make format
-
Commit the changes and create a pull request, Terraform cloud should pick it up and create a plan.
-
Merge the pull request, everything will get applied to