aboutsummaryrefslogtreecommitdiff
path: root/opentofu/versions.tf
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-04-15 21:04:12 +0200
committerclyhtsuriva <aimeric@adjutor.xyz>2025-04-15 21:04:12 +0200
commit6d5a1a74918c3ce8f2d91dce14cfe4bfebab930f (patch)
tree6053c04bf1d54ede68a361e8c39abb0fc6804402 /opentofu/versions.tf
parent985e76e71ba24b0a5b42f0221748107ab7f0e9e4 (diff)
tofu: update bpg/proxmox to 0.75.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 7baf5e9..7a7514b 100644
--- a/opentofu/versions.tf
+++ b/opentofu/versions.tf
@@ -4,7 +4,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
- version = "0.74.1"
+ version = "0.75.0"
}
local = {
source = "hashicorp/local"