From 9b2360bd4bedab38591b3323e77b1175a3bb4c57 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 11 May 2026 05:29:10 -0500 Subject: [PATCH] update --- infra/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/main.tf b/infra/main.tf index 0fd3745..49a12b5 100644 --- a/infra/main.tf +++ b/infra/main.tf @@ -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" } } }