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, 0 insertions, 4 deletions
diff --git a/opentofu/versions.tf b/opentofu/versions.tf
index 04a162a..d9656aa 100644
--- a/opentofu/versions.tf
+++ b/opentofu/versions.tf
@@ -6,9 +6,5 @@ terraform {
source = "telmate/proxmox"
version = "3.0.1-rc6"
}
- null = {
- source = "hashicorp/null"
- version = ">= 0.0.0"
- }
}
}