A sample terraform configuration that connects to the proxmox node using an API token instead of username/password based authentication.
main.tf
: The main Terraform configuration filevariables.tf
: Terraform variable declarationsvariables.auto.tfvars
: Variable definitionsoutputs.tf
: Data to output from the terraform build