infrastructure/pve01.wheatley.in/k8s-wheatley/providers.tf
Renovate a7b2e95429
All checks were successful
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 1m12s
chore(deps): update terraform talos to v0.11.0
2026-04-28 00:03:16 +00:00

12 lines
199 B
HCL

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