infrastructure/k8s.tjo.cloud/modules/cluster-core/versions.tf
2025-01-07 22:17:00 +01:00

14 lines
238 B
HCL

terraform {
required_version = ">= 1.0"
required_providers {
helm = {
source = "hashicorp/helm"
version = "2.14.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.35.1"
}
}
}