diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-06 22:13:14 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-06 22:13:14 +0100 |
commit | 1e0f492b1d7f998cb7996e0f307c1e32a07cea36 (patch) | |
tree | a38841b266894d6f0b12776cee3f1b20b4469c83 /opentofu/versions.tf | |
parent | aeedb9882aa597a45dd43a1664d604c5f1a2d4f8 (diff) |
opentofu: completely migrated k8-cluster.tf to modules
Successfully built on proxmox
Diffstat (limited to 'opentofu/versions.tf')
-rw-r--r-- | opentofu/versions.tf | 4 |
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" - } } } |