9342c38e78beb6f9f797d69dc73896835e51415d

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