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_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources. |`map(string)`|`{}`| no |
42
-
| <aname="input_template_variable_boolean"></a> [template\_variable\_boolean](#input\_template\_variable\_boolean)| Template variable of type boolean |`bool`|`true`| no |
43
-
| <aname="input_template_variable_map"></a> [template\_variable\_map](#input\_template\_variable\_map)| Template variable of type map |`map(string)`|`{}`| no |
44
-
| <aname="input_template_variable_number"></a> [template\_variable\_number](#input\_template\_variable\_number)| Template variable of type number |`number`|`123`| no |
45
-
| <aname="input_template_variable_string"></a> [template\_variable\_string](#input\_template\_variable\_string)| Template variable of type boolean |`string`|`""`| no |
46
-
| <aname="input_triggers"></a> [triggers](#input\_triggers)| A map of arbitrary strings that, when changed, will force the null resource to be replaced, re-running any associated provisioners |`map(string)`|`{}`| no |
46
+
| <aname="input_advanced_security_enabled_for_new_repositories"></a> [advanced\_security\_enabled\_for\_new\_repositories](#input\_advanced\_security\_enabled\_for\_new\_repositories)| Whether or not advanced security is enabled for new repositories. (Optional) |`bool`|`false`| no |
47
+
| <aname="input_billing_email"></a> [billing\_email](#input\_billing\_email)| The billing email address for the GitHub Organization. (Required) |`string`| n/a | yes |
48
+
| <aname="input_blog_url"></a> [blog\_url](#input\_blog\_url)| The blog URL (https://example.com) for the GitHub Organization. (Optional) |`string`|`""`| no |
49
+
| <aname="input_company"></a> [company](#input\_company)| The company name for the GitHub Organization. (Optional) |`string`|`""`| no |
50
+
| <aname="input_create_github_organization"></a> [create\_github\_organization](#input\_create\_github\_organization)| Whether to create the GitHub Organization. |`bool`|`true`| no |
51
+
| <aname="input_create_github_organization_project"></a> [create\_github\_organization\_project](#input\_create\_github\_organization\_project)| Whether to create projects in the GitHub Organization. |`bool`|`false`| no |
52
+
| <aname="input_create_github_organization_webhook"></a> [create\_github\_organization\_webhook](#input\_create\_github\_organization\_webhook)| Whether to create webhooks in the GitHub Organization. |`bool`|`false`| no |
53
+
| <aname="input_default_repository_permission"></a> [default\_repository\_permission](#input\_default\_repository\_permission)| The default permission [read\|write\|admin\|none] for GitHub Organization members to create new repositories . (Optional) |`string`|`"read"`| no |
54
+
| <aname="input_dependabot_alerts_enabled_for_new_repositories"></a> [dependabot\_alerts\_enabled\_for\_new\_repositories](#input\_dependabot\_alerts\_enabled\_for\_new\_repositories)| Whether or not dependabot alerts are enabled for new repositories. (Optional) |`bool`|`false`| no |
55
+
| <aname="input_dependabot_security_updates_enabled_for_new_repositories"></a> [dependabot\_security\_updates\_enabled\_for\_new\_repositories](#input\_dependabot\_security\_updates\_enabled\_for\_new\_repositories)| Whether or not dependabot security updates are enabled for new repositories. (Optional) |`bool`|`false`| no |
56
+
| <aname="input_dependency_graph_enabled_for_new_repositories"></a> [dependency\_graph\_enabled\_for\_new\_repositories](#input\_dependency\_graph\_enabled\_for\_new\_repositories)| Whether or not dependency graph is enabled for new repositories. (Optional) |`bool`|`false`| no |
57
+
| <aname="input_description"></a> [description](#input\_description)| The description for the GitHub Organization. (Optional) |`string`|`""`| no |
58
+
| <aname="input_email"></a> [email](#input\_email)| The email address (example@example.com) for the GitHub Organization. (Optional) |`string`|`""`| no |
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`|`""`| no |
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_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 |
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 |
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 |
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 |
69
+
| <aname="input_location"></a> [location](#input\_location)| The location for the GitHub Organization. (Optional) |`string`|`""`| no |
70
+
| <aname="input_members_can_create_internal_repositories"></a> [members\_can\_create\_internal\_repositories](#input\_members\_can\_create\_internal\_repositories)| Whether or not organization members can create new internal repositories. For Enterprise Organizations only. (Optional) |`bool`|`false`| no |
71
+
| <aname="input_members_can_create_pages"></a> [members\_can\_create\_pages](#input\_members\_can\_create\_pages)| Whether or not organization members can create new pages. (Optional) |`bool`|`true`| no |
72
+
| <aname="input_members_can_create_private_pages"></a> [members\_can\_create\_private\_pages](#input\_members\_can\_create\_private\_pages)| Whether or not organization members can create new private pages. (Optional) |`bool`|`true`| no |
73
+
| <aname="input_members_can_create_private_repositories"></a> [members\_can\_create\_private\_repositories](#input\_members\_can\_create\_private\_repositories)| Whether or not organization members can create new private repositories. (Optional) |`bool`|`true`| no |
74
+
| <aname="input_members_can_create_public_pages"></a> [members\_can\_create\_public\_pages](#input\_members\_can\_create\_public\_pages)| Whether or not organization members can create new public pages. (Optional) |`bool`|`true`| no |
75
+
| <aname="input_members_can_create_public_repositories"></a> [members\_can\_create\_public\_repositories](#input\_members\_can\_create\_public\_repositories)| Whether or not organization members can create new public repositories. (Optional) |`bool`|`true`| no |
76
+
| <aname="input_members_can_create_repositories"></a> [members\_can\_create\_repositories](#input\_members\_can\_create\_repositories)| Whether or not organization members can create new repositories. (Optional) |`bool`|`true`| no |
77
+
| <aname="input_members_can_fork_private_repositories"></a> [members\_can\_fork\_private\_repositories](#input\_members\_can\_fork\_private\_repositories)| Whether or not organization members can fork private repositories. (Optional) |`bool`|`false`| no |
78
+
| <aname="input_name"></a> [name](#input\_name)| The name for the GitHub Organization. (Optional) |`string`|`""`| no |
79
+
| <aname="input_secret_scanning_enabled_for_new_repositories"></a> [secret\_scanning\_enabled\_for\_new\_repositories](#input\_secret\_scanning\_enabled\_for\_new\_repositories)| Whether or not secret scanning is enabled for new repositories. (Optional) |`bool`|`false`| no |
80
+
| <aname="input_secret_scanning_push_protection_enabled_for_new_repositories"></a> [secret\_scanning\_push\_protection\_enabled\_for\_new\_repositories](#input\_secret\_scanning\_push\_protection\_enabled\_for\_new\_repositories)| Whether or not secret scanning push protection is enabled for new repositories. (Optional) |`bool`|`false`| no |
81
+
| <aname="input_twitter_username"></a> [twitter\_username](#input\_twitter\_username)| The Twitter username for the GitHub Organization. (Optional) |`string`|`""`| no |
82
+
| <aname="input_web_commit_signoff_required"></a> [web\_commit\_signoff\_required](#input\_web\_commit\_signoff\_required)| Whether or not commit signatures are required for commits to the organization. (Optional) |`bool`|`false`| no |
47
83
48
84
## Outputs
49
85
50
86
| Name | Description |
51
87
|------|-------------|
52
-
| <aname="output_template_null_resource_id"></a> [template\_null\_resource\_id](#output\_template\_null\_resource\_id)| The ID of the null resource |
88
+
| <aname="output_github_organization_project_url"></a> [github\_organization\_project\_url](#output\_github\_organization\_project\_url)| The URL of the project |
89
+
| <aname="output_github_organization_settings_id"></a> [github\_organization\_settings\_id](#output\_github\_organization\_settings\_id)| The ID of the organization settings |
90
+
| <aname="output_github_organization_webhook_url"></a> [github\_organization\_webhook\_url](#output\_github\_organization\_webhook\_url)| The URL of the webhook |
0 commit comments