Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed May 16, 2022
1 parent f397709 commit b70ffb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/default/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
environment = "niek"
environment = "default"
aws_region = "eu-west-1"
}

Expand Down Expand Up @@ -41,11 +41,11 @@ module "runners" {
# }]

# Grab zip files via lambda_download
# webhook_lambda_zip = "lambdas-download/webhook.zip"
# runner_binaries_syncer_lambda_zip = "lambdas-download/runner-binaries-syncer.zip"
# runners_lambda_zip = "lambdas-download/runners.zip"
webhook_lambda_zip = "lambdas-download/webhook.zip"
runner_binaries_syncer_lambda_zip = "lambdas-download/runner-binaries-syncer.zip"
runners_lambda_zip = "lambdas-download/runners.zip"

enable_organization_runners = true
enable_organization_runners = false
runner_extra_labels = "default,example"

# enable access to the runners via SSM
Expand Down
3 changes: 3 additions & 0 deletions examples/ubuntu/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ module "runners" {
volume_size = 30
encrypted = true
iops = null
throughput = null
kms_key_id = null
snapshot_id = null
}]

runner_log_files = [
Expand Down

0 comments on commit b70ffb0

Please sign in to comment.