628ea884fc03b33450ae17465ff54201ee821454

All checks were successful
terraform-lint / terraform-lint (push) Successful in 4s
Init vars
# Proxmox related
export PROXMOX_VE_ENDPOINT=<url>
export PROXMOX_VE_USERNAME=<user>
export PROXMOX_VE_PASSWORD=<password>
# OVH related
export OVH_APPLICATION_KEY=<application_key>
export OVH_APPLICATION_SECRET=<application_secret>
export OVH_CONSUMER_KEY=<consumer_key>
# Home related to store tfstate
export TF_VAR_HOME=${HOME}
Use
tofu init
tofu apply
Description
Languages
HCL
100%