📝: update README.md
All checks were successful
terraform-lint / terraform-lint (push) Successful in 3s

This commit is contained in:
Clément VÉRET
2025-09-04 15:27:27 +02:00
parent 12e80f6a48
commit c4b9cea3c1

View File

@@ -4,8 +4,10 @@
# Proxmox related # Proxmox related
export PROXMOX_VE_USERNAME=<user> export PROXMOX_VE_USERNAME=<user>
export PROXMOX_VE_PASSWORD=<password> export PROXMOX_VE_PASSWORD=<password>
# Home related to store tfstate # Garage S3 Related
export TF_VAR_HOME=${HOME} AWS_ACCESS_KEY_ID=<access_key>
AWS_SECRET_ACCESS_KEY=<secret_key>
AWS_EC2_METADATA_DISABLED=1
``` ```
# Use # Use