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" {} backend "http" {}
required_providers { required_providers {
proxmox = { proxmox = {
source = "Telmate/proxmox" source = "telmate/proxmox"
version = "3.0.1-rc9" version = "v3.0.2-rc07"
} }
} }
} }