diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-18 21:03:00 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-18 21:03:00 +0100 |
commit | 1e1a8a1f3f4a8586072d3e31d2bef9c27786d448 (patch) | |
tree | 95b1618e62c971265f1df55131e1a784d2e3d873 /opentofu/versions.tf | |
parent | 8af7efa1e03c1d37cf34197249e487348d382d82 (diff) |
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.tf | 4 |
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" |