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_channel"></a> [channel](#input\_channel)| The channel to use when deploying a charm. |`string`|`"latest/stable"`| no |
91
92
| <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 |
92
93
| <aname="input_constraints"></a> [constraints](#input\_constraints)| Juju constraints to apply for this application. |`string`|`""`| no |
94
+
| <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 |
93
95
| <aname="input_model"></a> [model](#input\_model)| Reference to a `juju_model`. |`string`|`""`| no |
94
96
| <aname="input_revision"></a> [revision](#input\_revision)| Revision number of the charm |`number`|`null`| no |
95
97
| <aname="input_units"></a> [units](#input\_units)| Number of units to deploy |`number`|`1`| no |
@@ -99,6 +101,9 @@ No modules.
99
101
| Name | Description |
100
102
|------|-------------|
101
103
| <aname="output_app_name"></a> [app\_name](#output\_app\_name)| Name of the deployed application. |
104
+
| <aname="output_machines"></a> [machines](#output\_machines)| Set of machine IDs the application is placed on (if any). |
105
+
| <aname="output_model"></a> [model](#output\_model)| Model the application is deployed to. |
| <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 |
0 commit comments