feat: Added the ability to spin-up an abritrary number of runners at runtime

This commit is contained in:
2026-07-10 21:54:42 +01:00
parent d4167d5d60
commit 1ae71cbae3
9 changed files with 103 additions and 0 deletions
+1
View File
@@ -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.