infrastructure/pve01.wheatley.in/templates/providers.tf
Renovate 3fc9e74354
All checks were successful
Tofu Plan pve01.wheatley.in templates / tofu-plan-templates (pull_request) Successful in 49s
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 52s
chore(deps): update terraform proxmox to v0.101.1
2026-04-14 00:02:05 +00:00

12 lines
195 B
HCL

terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.101.1"
}
http = {
source = "hashicorp/http"
version = "3.5.0"
}
}
}