Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 083bd8a

Browse files
authored
encrypt_secrets no longer available (#1083)
1 parent ae9c277 commit 083bd8a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ You are now ready to run action workloads on self hosted runner. Remember that b
233233

234234
### Encryption
235235

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.
237237

238238
#### Encrypted via a module managed KMS key (default) <!-- omit in toc -->
239239

@@ -257,10 +257,6 @@ module "runners" {
257257
258258
```
259259

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-
264260
### Idle runners
265261

266262
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

Comments
 (0)