This commit is contained in:
2023-10-23 12:40:52 +02:00
parent 0c48f2efe9
commit 9ca79dc5ad
13 changed files with 731 additions and 378 deletions

View File

@@ -26,3 +26,20 @@ variable "middlewares" {
}
variable "service" {
}
variable "create-redirect" {
type = bool
default = false
}
variable "create-cert" {
type = bool
default = true
}
variable "sub-path" {
type = string
default = ""
}
variable "secret-component" {
type = string
default = ""
}