Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Terraform Module for Contour Ingress Controller and Cert-Manger with Let's Encrypt

Notifications You must be signed in to change notification settings

porscheinformatik/terraform-helm-ingress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform module for Contour Ingress

Deploys Contour Ingress Controller and Cert-Manger with Let's Encrypt.

Usage

provider "helm" {
}

module "ingress" {
  source                    = "porscheinformatik/ingress/helm"
  letsencrypt_staging_email = "[email protected]"
  letsencrypt_prod_email    = "[email protected]"
}

About

Terraform Module for Contour Ingress Controller and Cert-Manger with Let's Encrypt

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages