Skip to content

Commit d9e29a8

Browse files
committed
fix examples
1 parent 8b3e290 commit d9e29a8

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

examples/default/main.tf

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
locals {
2-
environment = "niek"
2+
environment = "default"
33
aws_region = "eu-west-1"
44
}
55

@@ -41,11 +41,11 @@ module "runners" {
4141
# }]
4242

4343
# Grab zip files via lambda_download
44-
# webhook_lambda_zip = "lambdas-download/webhook.zip"
45-
# runner_binaries_syncer_lambda_zip = "lambdas-download/runner-binaries-syncer.zip"
46-
# runners_lambda_zip = "lambdas-download/runners.zip"
44+
webhook_lambda_zip = "lambdas-download/webhook.zip"
45+
runner_binaries_syncer_lambda_zip = "lambdas-download/runner-binaries-syncer.zip"
46+
runners_lambda_zip = "lambdas-download/runners.zip"
4747

48-
enable_organization_runners = true
48+
enable_organization_runners = false
4949
runner_extra_labels = "default,example"
5050

5151
# enable access to the runners via SSM

examples/ubuntu/main.tf

+3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ module "runners" {
6464
volume_size = 30
6565
encrypted = true
6666
iops = null
67+
throughput = null
68+
kms_key_id = null
69+
snapshot_id = null
6770
}]
6871

6972
runner_log_files = [

0 commit comments

Comments
 (0)