Deploys Contour Ingress Controller and Cert-Manger with Let's Encrypt.
provider "helm" {
}
module "ingress" {
source = "porscheinformatik/ingress/helm"
letsencrypt_staging_email = "[email protected]"
letsencrypt_prod_email = "[email protected]"
}