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
| <aname="input_app_name"></a> [app_name](#input_app_name)| Name of the application in the Juju model. |`string`|`"github-runner"`| no |
93
-
| <aname="input_base"></a> [base](#input_base)| The operating system on which to deploy |`string`|`"ubuntu@22.04"`| no |
94
-
| <aname="input_channel"></a> [channel](#input_channel)| The channel to use when deploying a charm. |`string`|`"latest/stable"`| no |
95
-
| <aname="input_config"></a> [config](#input_config)| Application config. Details about available options can be found at https://charmhub.io/github-runner/configurations|`map(string)`|`{}`| no |
96
-
| <aname="input_constraints"></a> [constraints](#input_constraints)| Juju constraints to apply for this application. |`string`|`""`| no |
97
-
| <aname="input_model_uuid"></a> [model_uuid](#input_model_uuid)| UUID of the Juju model. |`string`|`""`| no |
98
-
| <aname="input_revision"></a> [revision](#input_revision)| Revision number of the charm |`number`|`null`| no |
99
-
| <aname="input_units"></a> [units](#input_units)| Number of units to deploy |`number`|`1`| no |
90
+
| Name | Description | Type | Default | Required |
| <aname="input_app_name"></a> [app\_name](#input\_app\_name)| Name of the application in the Juju model. |`string`|`"github-runner"`| no |
93
+
| <aname="input_base"></a> [base](#input\_base)| The operating system on which to deploy |`string`|`"ubuntu@22.04"`| no |
94
+
| <aname="input_channel"></a> [channel](#input\_channel)| The channel to use when deploying a charm. |`string`|`"latest/stable"`| no |
95
+
| <aname="input_config"></a> [config](#input\_config)| Application config. Details about available options can be found at https://charmhub.io/github-runner/configurations|`map(string)`|`{}`| no |
96
+
| <aname="input_constraints"></a> [constraints](#input\_constraints)| Juju constraints to apply for this application. |`string`|`""`| no |
97
+
| <aname="input_machines"></a> [machines](#input\_machines)| Optional set of target machine IDs to place units on. Mutually exclusive with units; if set, units is ignored. |`set(string)`|`null`| no |
98
+
| <aname="input_model_uuid"></a> [model\_uuid](#input\_model\_uuid)| Juju model UUID. |`string`|`""`| no |
99
+
| <aname="input_revision"></a> [revision](#input\_revision)| Revision number of the charm |`number`|`null`| no |
100
+
| <aname="input_units"></a> [units](#input\_units)| Number of units to deploy |`number`|`1`| no |
| <aname="input_model"></a> [model](#input_model)| Reference to the Juju model to deploy the github-runner and github-runner-image-builder operators. |`string`| n/a | yes |
56
+
| Name | Description | Type | Default | Required |
| <aname="input_juju_model_owner"></a> [juju\_model\_owner](#input\_juju\_model\_owner)| n/a |`string`|`"admin"`| no |
61
+
| <aname="input_model"></a> [model](#input\_model)| Reference to the Juju model to deploy the github-runner and github-runner-image-builder operators. |`string`| n/a | yes |
| <aname="output_all_app_names"></a> [all_app_names](#output_all_app_names)| Names of the all the deployed apps, github-runner plus github-runner-image-builder. |
67
-
| <aname="output_all_runner_names"></a> [all_runner_names](#output_all_runner_names)| Names of the all the deployed github-runner applications. |
68
-
| <aname="output_github_runner_image_builder_app_name"></a> [github_runner_image_builder_app_name](#output_github_runner_image_builder_app_name)| Name of the the deployed github-runner-image-builder application. |
69
-
| <aname="output_reactive_runner_names"></a> [reactive_runner_names](#output_reactive_runner_names)| Names of the all the deployed github-runner applications that are reactive. |
70
-
65
+
| Name | Description |
66
+
|------|-------------|
67
+
| <aname="output_all_app_names"></a> [all\_app\_names](#output\_all\_app\_names)| Names of the all the deployed apps, github-runner plus github-runner-image-builder. |
68
+
| <aname="output_all_runner_names"></a> [all\_runner\_names](#output\_all\_runner\_names)| Names of the all the deployed github-runner applications. |
69
+
| <aname="output_github_runner_image_builder_app_name"></a> [github\_runner\_image\_builder\_app\_name](#output\_github\_runner\_image\_builder\_app\_name)| Name of the the deployed github-runner-image-builder application. |
70
+
| <aname="output_reactive_runner_names"></a> [reactive\_runner\_names](#output\_reactive\_runner\_names)| Names of the all the deployed github-runner applications that are reactive. |
0 commit comments