IAC/forgejo-worker.tf

12 lines
530 B
Terraform
Raw Normal View History

2024-10-02 18:07:47 +00:00
module "forgejo_runner" {
source = "github.com/matthewbaggett/terraform_modules//docker-gitea-actions-runner"
providers = { docker = docker.nas }
parallelism = 12
gitea_runner_name = "california"
gitea_runner_labels = []
gitea_instance_url = "https://code.techinc.nl"
gitea_token = "7U8XD8IXZokT18smTZhb7P1xeKRVU9MRiPjWEOwN"
stack_name = "code"
service_name = "forgejo-runner"
placement_constraints = ["node.hostname == california"]
}