aboutsummaryrefslogtreecommitdiff
path: root/opentofu/modules/k8s_control_plane/versions.tf
diff options
context:
space:
mode:
Diffstat (limited to 'opentofu/modules/k8s_control_plane/versions.tf')
-rw-r--r--opentofu/modules/k8s_control_plane/versions.tf11
1 files changed, 0 insertions, 11 deletions
diff --git a/opentofu/modules/k8s_control_plane/versions.tf b/opentofu/modules/k8s_control_plane/versions.tf
deleted file mode 100644
index 07c0f16..0000000
--- a/opentofu/modules/k8s_control_plane/versions.tf
+++ /dev/null
@@ -1,11 +0,0 @@
-terraform {
- required_version = ">= 1.8.0"
-
- required_providers {
- proxmox = {
- source = "telmate/proxmox"
- version = "3.0.1-rc6"
- }
- }
-}
-