mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-16 13:12:21 -04:00
Use worker count to create workers on azure (instead of control plane count)
This commit is contained in:
parent
ca1b14cf98
commit
0c65e41dae
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ module "scale_set_worker" {
|
|||
source = "./modules/scale_set"
|
||||
|
||||
name = "${local.name}-worker"
|
||||
instance_count = var.control_plane_count
|
||||
instance_count = var.worker_count
|
||||
state_disk_size = var.state_disk_size
|
||||
state_disk_type = var.state_disk_type
|
||||
resource_group = var.resource_group
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue