This commit is contained in:
2023-10-18 17:17:12 +02:00
parent 02119d6689
commit 49c582aad2
3 changed files with 31 additions and 30 deletions

View File

@@ -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
}