diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-08 20:20:02 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-08 20:20:02 +0100 |
commit | 41b4c6897cd61f8f7bbfc26d130150f135e1fefd (patch) | |
tree | 5c0f1702e82ac06050eb7681b8e404037a2a31e9 /opentofu/versions.tf | |
parent | 1e0f492b1d7f998cb7996e0f307c1e32a07cea36 (diff) |
opentofu: add types and descriptions to modules' variables
Diffstat (limited to 'opentofu/versions.tf')
-rw-r--r-- | opentofu/versions.tf | 4 |
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" + } } } |