infrastructure/pve01.wheatley.in/k8s-wheatley/providers.tf
2025-10-26 11:42:08 +01:00

12 lines
No EOL
196 B
HCL

terraform {
required_providers {
talos = {
source = "siderolabs/talos"
version = "0.5.0"
}
proxmox = {
source = "bpg/proxmox"
version = "0.85.1"
}
}
}