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