This commit is contained in:
DeveloperDurp 2026-05-11 05:29:10 -05:00
parent d3baed4805
commit 9b2360bd4b

View file

@ -2,8 +2,8 @@ terraform {
backend "http" {}
required_providers {
proxmox = {
source = "Telmate/proxmox"
version = "3.0.1-rc9"
source = "telmate/proxmox"
version = "v3.0.2-rc07"
}
}
}