middleware 분배

This commit is contained in:
havelight-ee
2023-06-07 19:08:24 +09:00
parent 2005fe2a39
commit bcc62e990b
56 changed files with 3120 additions and 123 deletions

View File

@@ -8,15 +8,15 @@ variable "port_list" {
#---------------------------------------------------------------#
# LB 구성 후 target group 매칭 시 필요한 인스턴스 ID
variable "master-2a" {
default = "i-0d3e86c594670c179"
default = "i-0446ae551deac0b98"
}
variable "master-2b" {
default = "i-095d625023c4d8d7e"
default = "i-0628e1521b484fde1"
}
variable "master-2c" {
default = "i-015532d6fb24f2754"
default = "i-041b16dbf097aa03f"
}
#---------------------------------------------------------------#