Skip to content

Commit edc2d8e

Browse files
committed
fix: tf-docs update
1 parent 142a725 commit edc2d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/github-repository-webhook/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ No modules.
3030
|------|-------------|------|---------|:--------:|
3131
| <a name="input_atlantis_allowed_repo_names"></a> [atlantis\_allowed\_repo\_names](#input\_atlantis\_allowed\_repo\_names) | List of names of repositories which belong to the owner specified in `github_owner` | `list(string)` | n/a | yes |
3232
| <a name="input_create_github_repository_webhook"></a> [create\_github\_repository\_webhook](#input\_create\_github\_repository\_webhook) | Whether to create Github repository webhook for Atlantis | `bool` | `true` | no |
33-
| <a name="input_github_base_url"></a> [github\_base_url](#input\_github\_base_url) | Github base URL to use when creating webhook (when using GitHub Enterprise) | `string` | `""` | no |
33+
| <a name="input_github_base_url"></a> [github\_base\_url](#input\_github\_base_url) | Github base URL to use when creating webhook (when using GitHub Enterprise) | `string` | `null` | no |
3434
| <a name="input_github_owner"></a> [github\_owner](#input\_github\_owner) | Github owner to use when creating webhook | `string` | `""` | no |
3535
| <a name="input_github_token"></a> [github\_token](#input\_github\_token) | Github token to use when creating webhook | `string` | `""` | no |
3636
| <a name="input_webhook_secret"></a> [webhook\_secret](#input\_webhook\_secret) | Webhook secret | `string` | `""` | no |

0 commit comments

Comments
 (0)