Skip to content

Commit 801c0d0

Browse files
committed
apply pre-commit hook changes
1 parent e266505 commit 801c0d0

File tree

1 file changed

+2
-0
lines changed
  • modules/github/repository/buildingblock

1 file changed

+2
-0
lines changed

modules/github/repository/buildingblock/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@ No modules.
2626
| Name | Type |
2727
|------|------|
2828
| [github_repository.repository](https://registry.terraform.io/providers/integrations/github/6.6.0/docs/resources/repository) | resource |
29+
| [github_repository_collaborator.repo_owner](https://registry.terraform.io/providers/integrations/github/6.6.0/docs/resources/repository_collaborator) | resource |
2930

3031
## Inputs
3132

3233
| Name | Description | Type | Default | Required |
3334
|------|-------------|------|---------|:--------:|
3435
| <a name="input_repo_description"></a> [repo\_description](#input\_repo\_description) | Description of the GitHub repository | `string` | `"created by github-repo-building-block"` | no |
3536
| <a name="input_repo_name"></a> [repo\_name](#input\_repo\_name) | Name of the GitHub repository | `string` | `"github-repo"` | no |
37+
| <a name="input_repo_owner"></a> [repo\_owner](#input\_repo\_owner) | Username of the GitHub user who will be set as the owner/admin of the repository. If not set, no collaborator will be added. | `string` | `null` | no |
3638
| <a name="input_repo_visibility"></a> [repo\_visibility](#input\_repo\_visibility) | Visibility of the GitHub repository | `string` | `"private"` | no |
3739
| <a name="input_template_owner"></a> [template\_owner](#input\_template\_owner) | Owner of the template repository | `string` | `"template-owner"` | no |
3840
| <a name="input_template_repo"></a> [template\_repo](#input\_template\_repo) | Name of the template repository | `string` | `"github-repo"` | no |

0 commit comments

Comments
 (0)