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