aboutsummaryrefslogtreecommitdiff
path: root/opentofu
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-07-09 19:07:48 +0200
committerclyhtsuriva <aimeric@adjutor.xyz>2025-07-09 19:07:48 +0200
commit70ca78140e5a0cbdfb1c0d07296f9d2d70452943 (patch)
tree340c9c6766a2c72e2172909555643a3271237d96 /opentofu
parent3c8fc46dedb3d4df45d6f26b6f81dbbdb4b22046 (diff)
tofu: update bpg/proxmox to 0.79.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 b696ef7..44ffa11 100644
--- a/opentofu/versions.tf
+++ b/opentofu/versions.tf
@@ -4,7 +4,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
- version = "0.78.2"
+ version = "0.79.0"
}
local = {
source = "hashicorp/local"