infrastructure/pve01.wheatley.in/k8s-wheatley/providers.tf
Peter c2e25906ed
All checks were successful
Tofu Apply k8s-wheatley / tofu-apply-k8s-wheatley (push) Successful in 28s
Merge pull request 'chore(deps): update terraform talos to v0.11.0' (#19) from renovate/talos-0.x into main
Reviewed-on: #19
2026-04-28 08:49:55 +02:00

12 lines
199 B
HCL

terraform {
required_providers {
talos = {
source = "siderolabs/talos"
version = "0.11.0"
}
proxmox = {
source = "bpg/proxmox"
version = "0.104.0"
}
}
}