Skip to content

Commit 8377ccf

Browse files
committed
revert example
1 parent 0715e50 commit 8377ccf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/default/main.tf

+5-5
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)