middleware 분배
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
#---------------------------------------------------------------#
|
||||
|
||||
Reference in New Issue
Block a user