fix
This commit is contained in:
@@ -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 = ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user