infrastructure/pve01.wheatley.in/k8s-wheatley/providers.tf
Renovate af8a912326
All checks were successful
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 1m8s
Tofu Plan pve01.wheatley.in templates / tofu-plan-templates (pull_request) Successful in 22s
chore(deps): update terraform proxmox to v0.106.0
2026-05-08 12:45:01 +00:00

12 lines
199 B
HCL

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