aboutsummaryrefslogtreecommitdiff
path: root/opentofu
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-03-23 20:03:14 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-03-23 20:03:14 +0100
commit36943b299a26a94c92dbfa16a11a450b04725da1 (patch)
treea3091122e3757eb3ea90821b6c8c86e1672e6ad3 /opentofu
parentf171aacb6959e9e70be2233c178f8f6465a08d5b (diff)
tofu: update bpg/proxmox to 0.73.2 (tested)
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 0f20197..cb31001 100644
--- a/opentofu/versions.tf
+++ b/opentofu/versions.tf
@@ -4,7 +4,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
- version = "0.73.1"
+ version = "0.73.2"
}
local = {
source = "hashicorp/local"