aboutsummaryrefslogtreecommitdiff
path: root/opentofu/versions.tf
diff options
context:
space:
mode:
Diffstat (limited to 'opentofu/versions.tf')
-rw-r--r--opentofu/versions.tf4
1 files changed, 4 insertions, 0 deletions
diff --git a/opentofu/versions.tf b/opentofu/versions.tf
index d9656aa..de393ca 100644
--- a/opentofu/versions.tf
+++ b/opentofu/versions.tf
@@ -6,5 +6,9 @@ terraform {
source = "telmate/proxmox"
version = "3.0.1-rc6"
}
+ local = {
+ source = "hashicorp/local"
+ version = ">= 2.4.0"
+ }
}
}