Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit c0051f6

Browse files
committed
fix: Apply SSM changes for multi-runner
1 parent fef8d65 commit c0051f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: examples/default/main.tf

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ module "runners" {
4343
# }]
4444

4545
# Grab zip files via lambda_download
46-
webhook_lambda_zip = "lambdas-download/webhook.zip"
47-
runner_binaries_syncer_lambda_zip = "lambdas-download/runner-binaries-syncer.zip"
48-
runners_lambda_zip = "lambdas-download/runners.zip"
46+
# webhook_lambda_zip = "lambdas-download/webhook.zip"
47+
# runner_binaries_syncer_lambda_zip = "lambdas-download/runner-binaries-syncer.zip"
48+
# runners_lambda_zip = "lambdas-download/runners.zip"
4949

50-
enable_organization_runners = false
50+
enable_organization_runners = true
5151
runner_extra_labels = "default,example"
5252

5353
# enable access to the runners via SSM

0 commit comments

Comments
 (0)