aboutsummaryrefslogtreecommitdiff
path: root/opentofu/versions.tf
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2026-04-29 19:42:15 +0200
committerclyhtsuriva <aimeric@adjutor.xyz>2026-04-29 19:42:15 +0200
commite56b3bf4922ba1f574c8f696d8b12255d18fd231 (patch)
tree653b9c124b5dbd0d59c2685504adb80760968e16 /opentofu/versions.tf
parent65010d55d0250300356822512d5013188e76110d (diff)
tofu: update bpg/proxmox to 0.104.0HEADmaster
Diffstat (limited to 'opentofu/versions.tf')
-rw-r--r--opentofu/versions.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentofu/versions.tf b/opentofu/versions.tf
index bab784d..8e029e1 100644
--- a/opentofu/versions.tf
+++ b/opentofu/versions.tf
@@ -4,7 +4,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
- version = "0.101.1"
+ version = "0.104.0"
}
local = {
source = "hashicorp/local"