aboutsummaryrefslogtreecommitdiff
path: root/opentofu/modules/k8s_control_plane/versions.tf
blob: 07c0f165510889221a1eef7bbf0964c00424d93d (plain)
1
2
3
4
5
6
7
8
9
10
11
terraform {
  required_version = ">= 1.8.0"

  required_providers {
    proxmox = {
      source  = "telmate/proxmox"
      version = "3.0.1-rc6"
    }
  }
}