fix
This commit is contained in:
@@ -22,14 +22,8 @@ variable "dns-names" {
|
||||
}
|
||||
variable "middlewares" {
|
||||
type = list(string)
|
||||
default = ["${var.instance}-https"]
|
||||
}
|
||||
variable "service" {
|
||||
default = {
|
||||
"name" = "${var.component}-${var.instance}"
|
||||
"port" = {
|
||||
"number" = 80
|
||||
}
|
||||
}
|
||||
type = object
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user