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_archive_repo_on_destroy"></a> [archive\_repo\_on\_destroy](#input\_archive\_repo\_on\_destroy)| Whether to archive github repository when destroying the terraform resource, or delete it. Defaults to true (archive). |`bool`|`true`| no |
42
44
| <aname="input_creator"></a> [creator](#input\_creator)| Information about the creator of the resources who will be assigned Project Admin role | <pre>object({<br> type = string<br> identifier = string<br> displayName = string<br> username = optional(string)<br> email = optional(string)<br> euid = optional(string)<br> })</pre> | n/a | yes |
43
45
| <aname="input_full_platform_identifier"></a> [full\_platform\_identifier](#input\_full\_platform\_identifier)| Full platform identifier of the AKS Namespace platform. |`string`| n/a | yes |
44
46
| <aname="input_github_actions_connector_definition_version_uuid"></a> [github\_actions\_connector\_definition\_version\_uuid](#input\_github\_actions\_connector\_definition\_version\_uuid)| UUID of the GitHub Actions connector building block definition version. |`string`| n/a | yes |
| <aname="input_archive_repo_on_destroy"></a> [archive\_repo\_on\_destroy](#input\_archive\_repo\_on\_destroy)| Whether to archive github repository when destroying the terraform resource, or delete it. Defaults to true (archive). |`bool`|`true`| no |
35
36
| <aname="input_repo_description"></a> [repo\_description](#input\_repo\_description)| Description of the GitHub repository |`string`|`"created by github-repo-building-block"`| no |
36
37
| <aname="input_repo_name"></a> [repo\_name](#input\_repo\_name)| Name of the GitHub repository |`string`|`"github-repo"`| no |
37
38
| <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 |
0 commit comments