aboutsummaryrefslogtreecommitdiff
path: root/opentofu/versions.tf
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-02-18 21:03:00 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-02-18 21:03:00 +0100
commit1e1a8a1f3f4a8586072d3e31d2bef9c27786d448 (patch)
tree95b1618e62c971265f1df55131e1a784d2e3d873 /opentofu/versions.tf
parent8af7efa1e03c1d37cf34197249e487348d382d82 (diff)
Replace proxmox provider telmate by bpg + remove k8s cluster (talos on the way)HEADmaster
Also changes the id of the packer images, now starting at the "end" (999), while VMs start at 100
Diffstat (limited to 'opentofu/versions.tf')
-rw-r--r--opentofu/versions.tf4
1 files changed, 2 insertions, 2 deletions
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"