Skip to content

Commit 326d2f8

Browse files
committed
revert and typo
1 parent 9b93953 commit 326d2f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/ephemeral/main.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ module "runners" {
2828
}
2929

3030
# Grab the lambda packages from local directory. Must run /.ci/build.sh first
31-
# webhook_lambda_zip = "../../lambda_output/webhook.zip"
32-
# runner_binaries_syncer_lambda_zip = "../../lambda_output/runner-binaries-syncer.zip"
33-
# runners_lambda_zip = "../../lambda_output/runners.zip"
31+
webhook_lambda_zip = "../../lambda_output/webhook.zip"
32+
runner_binaries_syncer_lambda_zip = "../../lambda_output/runner-binaries-syncer.zip"
33+
runners_lambda_zip = "../../lambda_output/runners.zip"
3434

3535
enable_organization_runners = true
3636
runner_extra_labels = "default,example"

0 commit comments

Comments
 (0)