infrastructure/modules/cluster-core/versions.tf

9 lines
118 B
Terraform
Raw Normal View History

2024-07-23 18:42:22 +00:00
terraform {
required_providers {
helm = {
source = "hashicorp/helm"
version = "2.14.0"
}
}
}