avx-pmarie-aws-infra/modules/eks-cert-manager/versions.tf
2022-07-12 22:32:18 +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"
}
}
}