fix terraform fmt, enable traefik by default & return null if no lb

This commit is contained in:
jonny
2022-03-13 21:42:07 +01:00
parent 3fd610a9d8
commit 567a8268b1
4 changed files with 6 additions and 6 deletions

View File

@@ -71,7 +71,7 @@ variable "hetzner_csi_version" {
variable "traefik_enabled" {
type = bool
default = false
default = true
description = "Whether to enable or disbale k3s traefik installation"
}