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
Copy file name to clipboardExpand all lines: README.md
+7-13Lines changed: 7 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,22 +48,16 @@ No modules.
48
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
49
| <aname="input_company"></a> [company](#input\_company)| The company name for the GitHub Organization. (Optional) |`string`|`""`| no |
50
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 |
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
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
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
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
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
57
| <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 ([email protected]) 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 |
59
+
| <aname="input_github_organization_projects"></a> [github\_organization\_projects](#input\_github\_organization\_projects)| Map of GitHub Organization Projects to create. (Optional) |`map(any)`|`{}`| no |
60
+
| <aname="input_github_organization_webhooks"></a> [github\_organization\_webhooks](#input\_github\_organization\_webhooks)| Map of GitHub Organization Webhooks to create. (Optional)<br>For list of valid events, visit https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#issues|`map(any)`|`{}`| no |
67
61
| <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
62
| <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
63
| <aname="input_location"></a> [location](#input\_location)| The location for the GitHub Organization. (Optional) |`string`|`""`| no |
@@ -85,9 +79,9 @@ No modules.
85
79
86
80
| Name | Description |
87
81
|------|-------------|
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 |
82
+
| <aname="output_organization_project_url"></a> [organization\_project\_url](#output\_organization\_project\_url)| The URL of the project |
83
+
| <aname="output_organization_settings_id"></a> [organization\_settings\_id](#output\_organization\_settings\_id)| The ID of the organization settings |
84
+
| <aname="output_organization_webhook_url"></a> [organization\_webhook\_url](#output\_organization\_webhook\_url)| The URL of the webhook |
| <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_owner"></a> [owner](#input\_owner)| Target GitHub organization or individual user account to manage. (Required) |`string`| n/a | yes |
49
-
| <aname="input_token"></a> [token](#input\_token)| GitHub API Auth using OAuth or Personal Access Token. (Required) |`string`| n/a | yes |
48
+
| <aname="input_github_owner"></a> [github\_owner](#input\_github\_owner)| Target GitHub organization or individual user account to manage. (Required) |`string`| n/a | yes |
49
+
| <aname="input_github_token"></a> [github\_token](#input\_github\_token)| GitHub API Auth using OAuth or Personal Access Token. (Required) |`string`| n/a | yes |
0 commit comments