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
| <a name="input_bucket_name"></a> [bucket\_name](#input\_bucket\_name) | The name of the S3 bucket | `string` | n/a | yes |
56
56
| <a name="input_region"></a> [region](#input\_region) | The AWS region | `string` | `"eu-central-1"` | no |
57
-
| <a name="input_tags"></a> [tags](#input\_tags) | List of tags to apply to the resource | `list(string)` | <pre>[<br> "env:dev",<br> "team:backend",<br> "project:myapp"<br>]</pre> | no |
57
+
| <a name="input_tags"></a> [tags](#input\_tags) | List of tags to apply to the resource | `list(string)` | <pre>[<br/> "env:dev",<br/> "team:backend",<br/> "project:myapp"<br/>]</pre> | no |
| <aname="input_repo_description"></a> [repo\_description](#input\_repo\_description)| Description of the GitHub repository |`string`|`"created by github-repo-building-block"`| no |
35
36
| <aname="input_repo_name"></a> [repo\_name](#input\_repo\_name)| Name of the GitHub repository |`string`|`"github-repo"`| no |
37
+
| <aname="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 |
36
38
| <aname="input_repo_visibility"></a> [repo\_visibility](#input\_repo\_visibility)| Visibility of the GitHub repository |`string`|`"private"`| no |
37
39
| <aname="input_template_owner"></a> [template\_owner](#input\_template\_owner)| Owner of the template repository |`string`|`"template-owner"`| no |
38
40
| <aname="input_template_repo"></a> [template\_repo](#input\_template\_repo)| Name of the template repository |`string`|`"github-repo"`| no |
| <aname="input_region"></a> [region](#input\_region)| The region of the subaccount. |`string`|`"eu30"`| no |
54
54
| <aname="input_subfolder"></a> [subfolder](#input\_subfolder)| The subfolder to use for the SAP BTP resources. This is used to create a folder structure in the SAP BTP cockpit. |`string`| n/a | yes |
55
-
| <aname="input_users"></a> [users](#input\_users)| Users and their roles provided by meshStack | <pre>list(object(<br> {<br> meshIdentifier = string<br> username = string<br> firstName = string<br> lastName = string<br> email = string<br> euid = string<br> roles = list(string)<br> }<br> ))</pre> |`[]`| no |
55
+
| <aname="input_users"></a> [users](#input\_users)| Users and their roles provided by meshStack | <pre>list(object(<br/> {<br/> meshIdentifier = string<br/> username = string<br/> firstName = string<br/> lastName = string<br/> email = string<br/> euid = string<br/> roles = list(string)<br/> }<br/> ))</pre> |`[]`| no |
0 commit comments