You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -347,6 +347,7 @@ No requirements.
347
347
| block\_device\_mappings | The EC2 instance block device configuration. Takes the following keys: `device_name`, `delete_on_termination`, `volume_type`, `volume_size`, `encrypted`, `iops`|`map(string)`|`{}`| no |
348
348
| cloudwatch\_config | (optional) Replaces the module default cloudwatch log config. See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Agent-Configuration-File-Details.html for details. |`string`|`null`| no |
349
349
| create\_service\_linked\_role\_spot | (optional) create the serviced linked role for spot instances that is required by the scale-up lambda. |`bool`|`false`| no |
350
+
| delay\_webhook\_event | The number of seconds the event accepted by the webhook is invisible on the queue before the scale up lambda will receive the event. |`number`|`30`| no |
350
351
| enable\_cloudwatch\_agent | Enabling the cloudwatch agent on the ec2 runner instances, the runner contains default config. Configuration can be overridden via `cloudwatch_config`. |`bool`|`true`| no |
351
352
| enable\_organization\_runners | Register runners to organization, instead of repo level |`bool`|`false`| no |
352
353
| enable\_ssm\_on\_runners | Enable to allow access the runner instances for debugging purposes via SSM. Note that this adds additional permissions to the runner instances. |`bool`|`false`| no |
@@ -367,7 +368,7 @@ No requirements.
367
368
| manage\_kms\_key | Let the module manage the KMS key. |`bool`|`true`| no |
368
369
| market\_options | Market options for the action runner instances. Setting the value to `null` let the scaler create on-demand instances instead of spot instances. |`string`|`"spot"`| no |
369
370
| minimum\_running\_time\_in\_minutes | The time an ec2 action runner should be running at minimum before terminated if non busy. |`number`|`5`| no |
370
-
| repository\_white\_list |(optional) List of github repository full names (owner/repo_name) that will be allowed to call the runners. Leave empty for no filtering|`list(string)`|`[]`| no |
371
+
| repository\_white\_list | List of repositories allowed to use the github app|`list(string)`|`[]`| no |
371
372
| role\_path | The path that will be added to role path for created roles, if not set the environment name will be used. |`string`|`null`| no |
372
373
| role\_permissions\_boundary | Permissions boundary that will be added to the created roles. |`string`|`null`| no |
373
374
| runner\_additional\_security\_group\_ids | (optional) List of additional security groups IDs to apply to the runner |`list(string)`|`[]`| no |
0 commit comments