infrastructure/pve01.wheatley.in/templates/providers.tf
Renovate 740b08afae
All checks were successful
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 44s
Tofu Plan pve01.wheatley.in templates / tofu-plan-templates (pull_request) Successful in 1m0s
chore(deps): update terraform proxmox to v0.99.0
2026-03-24 00:01:41 +00:00

12 lines
194 B
HCL

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