Talos on Proxmox WIP

This commit is contained in:
2026-09-01 17:31:47 -04:00
parent aedb670c35
commit ae8bf2926f
13 changed files with 170 additions and 11 deletions
+5 -1
View File
@@ -6,10 +6,14 @@ terraform {
source = "registry.terraform.io/bpg/proxmox"
version = ">= 0.111.1"
}
talos = {
source = "registry.terraform.io/siderolabs/talos"
version = "0.11.0"
}
}
backend "local" {
path = "/mnt/nfs/terraform/proxmox/terraform.tfstate"
}
}