
Some checks failed
terraform-lint / terraform-lint (push) Failing after 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%