infrastructure/pve01.wheatley.in/k8s-wheatley/providers.tf
Renovate c7b2f39a21
All checks were successful
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 23s
Tofu Plan pve01.wheatley.in templates / tofu-plan-templates (pull_request) Successful in 20s
chore(deps): update terraform proxmox to v0.96.0
2026-02-19 09:09:52 +00:00

12 lines
198 B
HCL

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