homelab/infrastructure/proxmox/versions.tf
plasmagoat 0347f4d325
Some checks failed
Test / tests (push) Has been cancelled
/ OpenTofu (push) Successful in 9s
infra
2025-07-21 22:41:08 +02:00

8 lines
125 B
HCL

terraform {
required_providers {
proxmox = {
source = "Telmate/proxmox"
version = "3.0.2-rc01"
}
}
}