VC 9342c38e78
All checks were successful
terraform-lint / terraform-lint (push) Successful in 31s
🚨: fmt tofu
2025-03-06 17:41:27 +01:00
💚: fix ci
2025-03-06 17:39:04 +01:00
2025-03-06 17:41:27 +01:00
2025-03-06 14:55:01 +01:00
2025-03-06 14:59:02 +01:00
2025-03-06 17:41:27 +01:00
2025-03-06 17:41:27 +01:00
2025-03-06 14:55:01 +01:00
2025-03-06 17:41:27 +01:00

Init vars

# Proxmox related
export PROXMOX_VE_ENDPOINT=<url>
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
Description
Terraform config for Home
Readme 106 KiB
Languages
HCL 100%