Files
tofu/README.md
VC 2d34c639dc
All checks were successful
terraform-lint / terraform-lint (push) Successful in 3s
: remove useless var for import
2025-03-20 17:59:35 +01:00

364 B

Init vars

# Proxmox related
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