infrastructure/modules/cluster-core/versions.tf
2024-07-25 17:42:08 +02:00

10 lines
149 B
HCL

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