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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -262,6 +262,8 @@ No requirements.
262
262
| scale\_down\_schedule\_expression | Scheduler expression to check every x for scale down. |`string`|`"cron(*/5 * * * ? *)"`| no |
263
263
| subnet\_ids | List of subnets in which the action runners will be launched, the subnets needs to be subnets in the `vpc_id`. |`list(string)`| n/a | yes |
264
264
| tags | Map of tags that will be added to created resources. By default resources will be tagged with name and environment. |`map(string)`|`{}`| no |
265
+
| userdata\_post\_install | Script to be ran after the GitHub Actions runner is installed on the EC2 instances |`string`|`""`| no |
266
+
| userdata\_pre\_install | Script to be ran before the GitHub Actions runner is installed on the EC2 instances |`string`|`""`| no |
265
267
| vpc\_id | The VPC for security groups of the action runners. |`string`| n/a | yes |
266
268
| webhook\_lambda\_timeout | Time out of the webhook lambda in seconds. |`number`|`10`| no |
267
269
| webhook\_lambda\_zip | File location of the wehbook lambda zip file. |`string`|`null`| no |
0 commit comments