update: set wk-3 worker cores to 4
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 18s
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 18s
This commit is contained in:
@@ -65,7 +65,7 @@ variable "control_plane_memory_mb" {
|
||||
|
||||
variable "worker_cores" {
|
||||
type = list(number)
|
||||
default = [4, 4, 3]
|
||||
default = [4, 4, 4]
|
||||
description = "vCPU cores for each worker VM"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user