Skip to content

Commit

Permalink
revert and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Dec 30, 2021
1 parent 5d2c343 commit cf737c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/ephemeral/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ module "runners" {
}

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

enable_organization_runners = true
runner_extra_labels = "default,example"
Expand Down

0 comments on commit cf737c3

Please sign in to comment.