Files
homelab-v/tofu/home-assistant/variables.auto.tfvars
T
Vegard Hagen 737e047c8e refactor(tofu): extract variables into their own files
The .tfvars files are normally gitignored, but they serve as an example here. Just need to make sure I don't commit a secret...

Inpired by #236
2025-03-23 17:19:46 +01:00

10 lines
205 B
HCL

proxmox_cluster = {
name = "abel"
endpoint = "https://192.168.1.62:8006"
insecure = true
username = "root"
image_datastore = "local"
}
haos_version = "12.4"