aboutsummaryrefslogtreecommitdiff
path: root/opentofu
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2026-01-23 18:05:28 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2026-01-23 18:05:28 +0100
commit103334e98a2b64f5cc9767590369c2baa7ee1fd6 (patch)
treed4bd511da43d72f073e44d68cf5f7e8012532d51 /opentofu
parent7b618d5cfe057b43df036698472dada120f5c057 (diff)
tofu: update bpg/proxmox to 0.93.0
Diffstat (limited to 'opentofu')
-rw-r--r--opentofu/versions.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentofu/versions.tf b/opentofu/versions.tf
index c11e217..640f3b6 100644
--- a/opentofu/versions.tf
+++ b/opentofu/versions.tf
@@ -4,7 +4,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
- version = "0.90.0"
+ version = "0.93.0"
}
local = {
source = "hashicorp/local"