fix naming-conventions

This commit is contained in:
Michael Schietzsch
2022-03-05 10:59:20 +01:00
parent e636be1a0e
commit adac340457
4 changed files with 5 additions and 5 deletions

View File

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