Skip to content
Snippets Groups Projects
Commit 6c917e99 authored by Rob Kooper's avatar Rob Kooper
Browse files

fix name traefik1

parent 4ed815a7
No related branches found
No related tags found
No related merge requests found
...@@ -221,7 +221,7 @@ variable "ingress_controller" { ...@@ -221,7 +221,7 @@ variable "ingress_controller" {
description = "Desired ingress controller (traefik1, traefik2, nginxinc, nginx, none)" description = "Desired ingress controller (traefik1, traefik2, nginxinc, nginx, none)"
default = "traefik2" default = "traefik2"
validation { validation {
condition = var.ingress_controller == "trefik1" || var.ingress_controller == "traefik2" condition = var.ingress_controller == "traefik1" || var.ingress_controller == "traefik2"
error_message = "Invalid ingress controller." error_message = "Invalid ingress controller."
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment