infrastructure/modules/cluster-core/versions.tf

11 lines
149 B
Terraform
Raw Normal View History

2024-07-23 18:42:22 +00:00
terraform {
2024-07-25 15:42:08 +00:00
required_version = ">= 1.0"
2024-07-23 18:42:22 +00:00
required_providers {
helm = {
source = "hashicorp/helm"
version = "2.14.0"
}
}
}