Merge branch 'master' into name-suffixes

This commit is contained in:
Paul Haerle
2022-03-06 21:39:39 +01:00
committed by GitHub
4 changed files with 14 additions and 0 deletions

View File

@@ -132,3 +132,9 @@ variable "cluster_prefix" {
default = "k3s"
description = "Prefix for the cluster name"
}
variable "traefik_additional_options" {
type = list(string)
default = []
}