Matthew Baggett
77c62c0605
Some checks failed
Trunk Check / Trunk Check Runner (push) Failing after 1s
12 lines
No EOL
530 B
HCL
12 lines
No EOL
530 B
HCL
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"]
|
|
} |