diff --git a/forgejo-worker.tf b/forgejo-worker.tf new file mode 100644 index 0000000..62a4ecb --- /dev/null +++ b/forgejo-worker.tf @@ -0,0 +1,12 @@ +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"] +} \ No newline at end of file