infrastructure/pve01.wheatley.in/k8s-wheatley/providers.tf
Renovate 5d2a201a6e
All checks were successful
Tofu Plan pve01.wheatley.in templates / tofu-plan-templates (pull_request) Successful in 38s
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 43s
chore(deps): update terraform proxmox to v0.100.0
2026-04-07 08:29:46 +00:00

12 lines
199 B
HCL

terraform {
required_providers {
talos = {
source = "siderolabs/talos"
version = "0.10.1"
}
proxmox = {
source = "bpg/proxmox"
version = "0.100.0"
}
}
}