aboutsummaryrefslogtreecommitdiff
path: root/opentofu
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-04-22 19:49:30 +0200
committerclyhtsuriva <aimeric@adjutor.xyz>2025-04-22 19:49:30 +0200
commit19bd3211069c2ed4a65827495c43591ec05a600f (patch)
tree340edbc88c6fd5cb867d956666b9078e18d69a66 /opentofu
parent6d5a1a74918c3ce8f2d91dce14cfe4bfebab930f (diff)
tofu: update bpg/proxmox to 0.76.0 (tested)HEADmaster
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 7a7514b..48e3ca3 100644
--- a/opentofu/versions.tf
+++ b/opentofu/versions.tf
@@ -4,7 +4,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
- version = "0.75.0"
+ version = "0.76.0"
}
local = {
source = "hashicorp/local"