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_description"></a> [description](#input\_description)| The description for the GitHub Organization. (Optional) |`string`|`""`| no |
58
58
| <aname="input_email"></a> [email](#input\_email)| The email address (example@example.com) for the GitHub Organization. (Optional) |`string`|`""`| no |
59
59
| <aname="input_github_organization_project_body"></a> [github\_organization\_project\_body](#input\_github\_organization\_project\_body)| The body of the project. (Optional) |`string`|`""`| no |
60
-
| <aname="input_github_organization_project_name"></a> [github\_organization\_project\_name](#input\_github\_organization\_project\_name)| The name of the project. (Required) |`string`|n/a|yes|
60
+
| <aname="input_github_organization_project_name"></a> [github\_organization\_project\_name](#input\_github\_organization\_project\_name)| The name of the project. (Required) |`string`|`""`|no|
61
61
| <aname="input_github_organization_webhook_active"></a> [github\_organization\_webhook\_active](#input\_github\_organization\_webhook\_active)| Indicate of the webhook should receive events. (Optional) |`bool`|`true`| no |
62
-
| <aname="input_github_organization_webhook_config"></a> [github\_organization\_webhook\_config](#input\_github\_organization\_webhook\_config)| Map containing the config for this webhook. (Required) |`map(string)`|`{}`| no |
62
+
| <aname="input_github_organization_webhook_config_content_type"></a> [github\_organization\_webhook\_config\_content\_type](#input\_github\_organization\_webhook\_config\_content\_type)| The content type of the webhook. [form\|json]|`string`|`"form"`| no |
63
+
| <aname="input_github_organization_webhook_config_insecure_ssl"></a> [github\_organization\_webhook\_config\_insecure\_ssl](#input\_github\_organization\_webhook\_config\_insecure\_ssl)| Whether to allow insecure\_ssl. |`bool`|`false`| no |
64
+
| <aname="input_github_organization_webhook_config_secret"></a> [github\_organization\_webhook\_config\_secret](#input\_github\_organization\_webhook\_config\_secret)| Secret for the Webhook |`string`|`""`| no |
65
+
| <aname="input_github_organization_webhook_config_url"></a> [github\_organization\_webhook\_config\_url](#input\_github\_organization\_webhook\_config\_url)| The URL of the webhook |`string`|`""`| no |
63
66
| <aname="input_github_organization_webhook_events"></a> [github\_organization\_webhook\_events](#input\_github\_organization\_webhook\_events)| A list of events which should trigger the webhook. (Optional)<br>For list of valid events, visit https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#issues|`list(any)`|`[]`| no |
64
67
| <aname="input_has_organization_projects"></a> [has\_organization\_projects](#input\_has\_organization\_projects)| Whether or not organization projects are enabled for the GitHub Organization. (Optional) |`bool`|`true`| no |
65
68
| <aname="input_has_repository_projects"></a> [has\_repository\_projects](#input\_has\_repository\_projects)| Whether or not repository projects are enabled for the GitHub Organization. (Optional) |`bool`|`true`| no |
0 commit comments