added letsencrypt configuration for traefik

This commit is contained in:
Olivier Wenger
2022-02-01 23:32:10 +01:00
parent 5384643866
commit 285e115475
4 changed files with 28 additions and 3 deletions

View File

@@ -78,3 +78,16 @@ variable "hetzner_csi_containers_latest" {
default = false
description = "Whether to kustomize the Hetzner CSI manifest with the latest or canary tags for containers"
}
variable "traefik_acme_tls" {
type = bool
default = false
description = "Wheter to include the TLS configuration with the Traefik configuration"
}
variable "traefik_acme_email" {
type = string
default = false
description = "Email used to recieved expiration notice for certificate"
}