aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-05-01 20:41:48 +0200
committerclyhtsuriva <aimeric@adjutor.xyz>2025-05-01 20:41:48 +0200
commit11d2aec9571f2dd5d579a2b890adcd5499f9e1d5 (patch)
treec03a1e3be557b56ac21cd757413391b6cd886933
parent19bd3211069c2ed4a65827495c43591ec05a600f (diff)
tofu: update bpg/proxmox to 0.77.0 (tested)HEADmaster
-rw-r--r--opentofu/versions.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentofu/versions.tf b/opentofu/versions.tf
index 48e3ca3..e453f27 100644
--- a/opentofu/versions.tf
+++ b/opentofu/versions.tf
@@ -4,7 +4,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
- version = "0.76.0"
+ version = "0.77.0"
}
local = {
source = "hashicorp/local"