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_enabled"></a> [enabled](#input\_enabled)| Set to false to prevent the module from creating any resources |`bool`|`null`| no |
172
172
| <aname="input_environment"></a> [environment](#input\_environment)| ID element. Usually used for region e.g. 'uw2', 'us-west-2', OR role 'prod', 'staging', 'dev', 'UAT' |`string`|`null`| no |
173
173
| <aname="input_events"></a> [events](#input\_events)| A list of events which should trigger the webhook. |`list(string)`| <pre>[<br> "issue_comment",<br> "pull_request",<br> "pull_request_review",<br> "pull_request_review_comment"<br>]</pre> | no |
174
-
| <aname="input_github_base_url"></a> [github\_base\_url](#input\_github\_base\_url)| GitHub target API endpoint |`string`|`"https://api.github.com/"`| no |
175
-
| <aname="input_github_organization"></a> [github\_organization](#input\_github\_organization)| GitHub organization to use when creating webhooks |`string`| n/a | yes |
176
174
| <aname="input_github_repositories"></a> [github\_repositories](#input\_github\_repositories)| List of repository names which should be associated with the webhook |`list(string)`|`[]`| no |
177
-
| <aname="input_github_token"></a> [github\_token](#input\_github\_token)| GitHub token used for API access. If not provided, can be sourced from the `GITHUB_TOKEN` environment variable |`string`|`""`| no |
178
175
| <aname="input_id_length_limit"></a> [id\_length\_limit](#input\_id\_length\_limit)| Limit `id` to this many characters (minimum 6).<br>Set to `0` for unlimited length.<br>Set to `null` for keep the existing setting, which defaults to `0`.<br>Does not affect `id_full`. |`number`|`null`| no |
179
176
| <aname="input_label_key_case"></a> [label\_key\_case](#input\_label\_key\_case)| Controls the letter case of the `tags` keys (label names) for tags generated by this module.<br>Does not affect keys of tags passed in via the `tags` input.<br>Possible values: `lower`, `title`, `upper`.<br>Default value: `title`. |`string`|`null`| no |
180
177
| <aname="input_label_order"></a> [label\_order](#input\_label\_order)| The order in which the labels (ID elements) appear in the `id`.<br>Defaults to ["namespace", "environment", "stage", "name", "attributes"].<br>You can omit any of the 6 labels ("tenant" is the 6th), but at least one must be present. |`list(string)`|`null`| no |
@@ -366,7 +363,7 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply
| <aname="input_enabled"></a> [enabled](#input\_enabled)| Set to false to prevent the module from creating any resources |`bool`|`null`| no |
39
39
| <aname="input_environment"></a> [environment](#input\_environment)| ID element. Usually used for region e.g. 'uw2', 'us-west-2', OR role 'prod', 'staging', 'dev', 'UAT' |`string`|`null`| no |
40
40
| <aname="input_events"></a> [events](#input\_events)| A list of events which should trigger the webhook. |`list(string)`| <pre>[<br> "issue_comment",<br> "pull_request",<br> "pull_request_review",<br> "pull_request_review_comment"<br>]</pre> | no |
41
-
| <aname="input_github_base_url"></a> [github\_base\_url](#input\_github\_base\_url)| GitHub target API endpoint |`string`|`"https://api.github.com/"`| no |
42
-
| <aname="input_github_organization"></a> [github\_organization](#input\_github\_organization)| GitHub organization to use when creating webhooks |`string`| n/a | yes |
43
41
| <aname="input_github_repositories"></a> [github\_repositories](#input\_github\_repositories)| List of repository names which should be associated with the webhook |`list(string)`|`[]`| no |
44
-
| <aname="input_github_token"></a> [github\_token](#input\_github\_token)| GitHub token used for API access. If not provided, can be sourced from the `GITHUB_TOKEN` environment variable |`string`|`""`| no |
45
42
| <aname="input_id_length_limit"></a> [id\_length\_limit](#input\_id\_length\_limit)| Limit `id` to this many characters (minimum 6).<br>Set to `0` for unlimited length.<br>Set to `null` for keep the existing setting, which defaults to `0`.<br>Does not affect `id_full`. |`number`|`null`| no |
46
43
| <aname="input_label_key_case"></a> [label\_key\_case](#input\_label\_key\_case)| Controls the letter case of the `tags` keys (label names) for tags generated by this module.<br>Does not affect keys of tags passed in via the `tags` input.<br>Possible values: `lower`, `title`, `upper`.<br>Default value: `title`. |`string`|`null`| no |
47
44
| <aname="input_label_order"></a> [label\_order](#input\_label\_order)| The order in which the labels (ID elements) appear in the `id`.<br>Defaults to ["namespace", "environment", "stage", "name", "attributes"].<br>You can omit any of the 6 labels ("tenant" is the 6th), but at least one must be present. |`list(string)`|`null`| no |
0 commit comments