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
+4
View File
@@ -6,6 +6,10 @@ terraform {
source = "hetznercloud/hcloud"
version = "~> 1.45"
}
local = {
source = "hashicorp/local"
version = "~> 2.5"
}
}
}