From 1e1a8a1f3f4a8586072d3e31d2bef9c27786d448 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Tue, 18 Feb 2025 21:03:00 +0100 Subject: Replace proxmox provider telmate by bpg + remove k8s cluster (talos on the way) Also changes the id of the packer images, now starting at the "end" (999), while VMs start at 100 --- opentofu/versions.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opentofu/versions.tf') diff --git a/opentofu/versions.tf b/opentofu/versions.tf index de393ca..a872a44 100644 --- a/opentofu/versions.tf +++ b/opentofu/versions.tf @@ -3,8 +3,8 @@ terraform { required_providers { proxmox = { - source = "telmate/proxmox" - version = "3.0.1-rc6" + source = "bpg/proxmox" + version = "0.72.0" } local = { source = "hashicorp/local" -- cgit v1.2.3