aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-06-22 22:07:51 +0200
committerclyhtsuriva <aimeric@adjutor.xyz>2025-06-22 22:07:51 +0200
commit148412c37a817f77c9582c7cc10df8305742804c (patch)
tree45861cd05ddfc176efeeb9bc39e42bb65d20c7de
parent32e897b2045cf72a081d47e7b5a49f4610630d6a (diff)
tofu: update bpg/proxmox to 0.78.2
-rw-r--r--opentofu/versions.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentofu/versions.tf b/opentofu/versions.tf
index 84bfe43..b696ef7 100644
--- a/opentofu/versions.tf
+++ b/opentofu/versions.tf
@@ -4,7 +4,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
- version = "0.78.0"
+ version = "0.78.2"
}
local = {
source = "hashicorp/local"