aboutsummaryrefslogtreecommitdiff
path: root/opentofu/versions.tf
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-05-24 16:38:04 +0200
committerclyhtsuriva <aimeric@adjutor.xyz>2025-05-24 16:38:04 +0200
commit32e897b2045cf72a081d47e7b5a49f4610630d6a (patch)
treefb93933435057795d2ecc602b038f56e24cf59b0 /opentofu/versions.tf
parent11d2aec9571f2dd5d579a2b890adcd5499f9e1d5 (diff)
tofu: update bpg/proxmox to 0.78.0 (tested)HEADmaster
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 e453f27..84bfe43 100644
--- a/opentofu/versions.tf
+++ b/opentofu/versions.tf
@@ -4,7 +4,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
- version = "0.77.0"
+ version = "0.78.0"
}
local = {
source = "hashicorp/local"