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.
| environment | A name that identifies the environment, used as prefix and for tagging. |`string`| n/a | yes |
154
154
| github_app | GitHub app parameters, see your github aapp. Ensure the key is base64 encoded. | <pre>object({<br> key_base64 = string<br> id = string<br> client_id = string<br> client_secret = string<br> webhook_secret = string<br> })</pre> | n/a | yes |
155
-
| 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 |
156
-
| vpc_id | The VPC for security groups of the action runners. |`string`| n/a | yes |
155
+
| instance_profile_path | The path that will be added to the instance_profile, if not set the environment name will be used. |`string`|`null`| no |
157
156
| minimum_running_time_in_minutes | The time an ec2 action runner should be running at minium before terminated if non busy. |`number`|`5`| no |
157
+
| 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 |
158
+
| role_permissions_boundary | Permissions boundary that will be added to the created roles. |`string`|`null`| no |
159
+
| runner_as_root | Run the action runner under the root user. |`bool`|`false`| no |
158
160
| runner_binaries_syncer_lambda_timeout | Time out of the binaries sync lambda in seconds. |`number`|`300`| no |
159
161
| runner_binaries_syncer_lambda_zip | File location of the binaries sync lambda zip file. |`string`|`null`| no |
160
162
| runner_extra_labels | Extra labels for the runners (GitHub). Separate each label by a comma |`string`|`""`| no |
161
163
| runners_lambda_zip | File location of the lambda zip file for scaling runners. |`string`|`null`| no |
162
164
| runners_scale_down_lambda_timeout | Time out for the scale up lambda in seconds. |`number`|`60`| no |
163
165
| runners_scale_up_lambda_timeout | Time out for the scale down lambda in seconds. |`number`|`60`| no |
164
166
| scale_down_schedule_expression | Scheduler expression to check every x for scale down. |`string`|`"cron(*/5 * * * ? *)"`| no |
167
+
| 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 |
165
168
| tags | Map of tags that will be added to created resources. By default resources will be tagged with name and environment. |`map(string)`|`{}`| no |
169
+
| vpc_id | The VPC for security groups of the action runners. |`string`| n/a | yes |
166
170
| webhook_lambda_timeout | Time out of the webhook lambda in seconds. |`number`|`10`| no |
167
171
| webhook_lambda_zip | File location of the wehbook lambda zip file. |`string`|`null`| no |
0 commit comments