kops instancegroup taint update

This commit is contained in:
havelight-ee
2023-01-06 09:43:18 +09:00
parent fa9a7cff54
commit a21e0db75f
9 changed files with 119 additions and 40 deletions

View File

@@ -8,15 +8,15 @@ variable "port_list" {
#---------------------------------------------------------------#
# LB 구성 후 target group 매칭 시 필요한 인스턴스 ID
variable "master-2a" {
default = "i-080276c1ee1237696"
default = "i-0d3e86c594670c179"
}
variable "master-2b" {
default = "i-023274b3691fb2c07"
default = "i-095d625023c4d8d7e"
}
variable "master-2c" {
default = "i-033d278c81542933e"
default = "i-015532d6fb24f2754"
}
#---------------------------------------------------------------#