avx-pmarie-aws-infra/modules/eks-ingress-controller/versions.tf
2022-07-01 14:12:11 +02:00

13 lines
194 B
HCL

terraform {
required_providers {
helm = {
source = "hashicorp/helm"
version = "2.4.1"
}
aws = {
source = "hashicorp/aws"
version = "~> 4.4.0"
}
}
}