e186d51166ef28966591ce205f38c788d243c7c6

All checks were successful
terraform-lint / terraform-lint (push) Successful in 2s
Init vars
# Proxmox related
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%