aboutsummaryrefslogtreecommitdiff
path: root/opentofu/versions.tf
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-03-03 20:05:06 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-03-03 20:05:06 +0100
commitcbe2665fbb9130ec3bd736f4428ea02966b125f4 (patch)
tree6c31152c2399e33953d673805f7bcf40991da291 /opentofu/versions.tf
parentb95a4b78b4a4ede6190e8de3f024296894c07f8f (diff)
tofu: update bpg/proxmox to 0.73.0 & clean vars
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 a872a44..96542de 100644
--- a/opentofu/versions.tf
+++ b/opentofu/versions.tf
@@ -4,7 +4,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
- version = "0.72.0"
+ version = "0.73.0"
}
local = {
source = "hashicorp/local"