feat: Added the ability to spin-up an abritrary number of runners at runtime
This commit is contained in:
@@ -38,6 +38,7 @@ module "dev" {
|
||||
network_ip_range = var.network_ip_range
|
||||
bootstrap_script = local.bootstrap_script
|
||||
ssh_private_key_path = var.ssh_private_key_path
|
||||
runner_count = var.dev_runner_count
|
||||
|
||||
# module.network.id alone doesn't guarantee the subnet exists yet, and a server
|
||||
# can't join a network before it has a subnet.
|
||||
|
||||
Reference in New Issue
Block a user