c4b9cea3c11e1e766b53157ad1a2bdf75ee35936

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>
# Garage S3 Related
AWS_ACCESS_KEY_ID=<access_key>
AWS_SECRET_ACCESS_KEY=<secret_key>
AWS_EC2_METADATA_DISABLED=1
Use
tofu init
tofu apply
Description
Languages
HCL
100%