infrastructure/pve01.wheatley.in/templates/providers.tf
Peter 410a7f03e7
All checks were successful
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 27s
Tofu Plan pve01.wheatley.in templates / tofu-plan-templates (pull_request) Successful in 24s
Merge branch 'main' into renovate/proxmox-0.x
2026-05-26 15:44:22 +02:00

12 lines
195 B
HCL

terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.107.0"
}
http = {
source = "hashicorp/http"
version = "3.6.0"
}
}
}