aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--opentofu/versions.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentofu/versions.tf b/opentofu/versions.tf
index c11e217..640f3b6 100644
--- a/opentofu/versions.tf
+++ b/opentofu/versions.tf
@@ -4,7 +4,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
- version = "0.90.0"
+ version = "0.93.0"
}
local = {
source = "hashicorp/local"