feat: Added the ability to spin-up an abritrary number of runners at runtime
This commit is contained in:
@@ -52,3 +52,8 @@ variable "ssh_private_key_path" {
|
||||
description = "Local path to the private key matching var.ssh_key_id, used to run the bootstrap script over SSH."
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "runner_count" {
|
||||
description = "Number of Gitea Actions runner containers to render into services/dev/Runners/docker-compose.yml."
|
||||
type = number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user