File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
locals {
2
- environment = " niek "
2
+ environment = " default "
3
3
aws_region = " eu-west-1"
4
4
}
5
5
@@ -41,11 +41,11 @@ module "runners" {
41
41
# }]
42
42
43
43
# 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"
47
47
48
- enable_organization_runners = true
48
+ enable_organization_runners = false
49
49
runner_extra_labels = " default,example"
50
50
51
51
# enable access to the runners via SSM
Original file line number Diff line number Diff line change @@ -64,6 +64,9 @@ module "runners" {
64
64
volume_size = 30
65
65
encrypted = true
66
66
iops = null
67
+ throughput = null
68
+ kms_key_id = null
69
+ snapshot_id = null
67
70
}]
68
71
69
72
runner_log_files = [
You can’t perform that action at this time.
0 commit comments