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
+1-5
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@ You are now ready to run action workloads on self hosted runner. Remember that b
233
233
234
234
### Encryption
235
235
236
-
The module support 3 scenario's to manage environment secrets and private key of the Lambda functions.
236
+
The module support 2 scenarios to manage environment secrets and private key of the Lambda functions.
237
237
238
238
#### Encrypted via a module managed KMS key (default) <!-- omit in toc -->
239
239
@@ -257,10 +257,6 @@ module "runners" {
257
257
258
258
```
259
259
260
-
#### No encryption <!-- omit in toc -->
261
-
262
-
Not advised but you can disable the encryption as by setting the variable `encrypt_secrets` to `false`.
263
-
264
260
### Idle runners
265
261
266
262
The module will scale down to zero runners be default, by specifying a `idle_config` config idle runners can be kept active. The scale down lambda checks if any of the cron expressions matches the current time with a marge of 5 seconds. When there is a match the number of runners specified in the idle config will be kept active. In case multiple cron expressions matches only the first one is taken in to account. Below an idle configuration for keeping runners active from 9 to 5 on working days.
0 commit comments