2d34c639dc9d92b1fa79ad115ed01ad6d433bd4e

All checks were successful
terraform-lint / terraform-lint (push) Successful in 3s
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%