added additional traefik option

This commit is contained in:
Michael Schietzsch
2022-03-04 15:02:54 +01:00
parent 6f6de884ec
commit 8634a1dc2f
4 changed files with 13 additions and 0 deletions

View File

@@ -119,3 +119,8 @@ variable "extra_firewall_rules" {
default = []
description = "Additional firewall rules to apply to the cluster"
}
variable "traefik_additionalOptions" {
type = list(string)
default = []
}