Skip to content

Commit f51e37f

Browse files
committed
Rebase
fix: terraform error fix: terraform error fix: test and linter runner labels can be a subset runner labels can be a subset Update readme, add check_riun and workflow_job scenario's improve logging, revert change in default example
1 parent 5079147 commit f51e37f

File tree

5 files changed

+1362
-1762
lines changed

5 files changed

+1362
-1762
lines changed

examples/default/main.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ module "runners" {
3232
webhook_secret = random_password.random.result
3333
}
3434

35-
# webhook_lambda_zip = "lambdas-download/webhook.zip"
36-
# runner_binaries_syncer_lambda_zip = "lambdas-download/runner-binaries-syncer.zip"
37-
# runners_lambda_zip = "lambdas-download/runners.zip"
38-
enable_organization_runners = true
39-
runner_extra_labels = "default,example"
35+
webhook_lambda_zip = "lambdas-download/webhook.zip"
36+
runner_binaries_syncer_lambda_zip = "lambdas-download/runner-binaries-syncer.zip"
37+
runners_lambda_zip = "lambdas-download/runners.zip"
38+
enable_organization_runners = false
39+
runner_extra_labels = "default,example"
4040

4141
# enable access to the runners via SSM
4242
enable_ssm_on_runners = true

0 commit comments

Comments
 (0)