mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
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
8 lines
156 B
HCL
8 lines
156 B
HCL
proxmox = {
|
|
name = "abel"
|
|
cluster_name = "homelab"
|
|
endpoint = "https://192.168.1.62:8006"
|
|
insecure = true
|
|
username = "root"
|
|
}
|