avx-pmarie-aws-infra/modules/eks-kube-prometheus-stack/versions.tf

13 lines
195 B
HCL

terraform {
required_providers {
helm = {
source = "hashicorp/helm"
version = "2.9.0"
}
aws = {
source = "hashicorp/aws"
version = "~> 4.61.0"
}
}
}