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" } } }