team
JamesWoolfenden/team/github
terraform-github-team     Make and populate github teams with users. --- It's 100% Open Source and licensed under the APACHE2. Introduction Use this module to create, manage and populates a Github team. Usage How to use the module: Add a module.github.tf with: ``terraform module github { source = "JamesWoolfenden/team/github" version = "0.0.3" common_tags = var.common_tags team_name = var.team_name team_description= var.team_description team_privacy = var.team_privacy users = var.users } ` Inputs | Name | Description | Type | Default | Requ
| Name | Type | Description | Default |
|---|---|---|---|
| users | list | List of Users | required |
| common_tags | map | This is to help you add tags to your cloud objects | required |
| team_privacy | string | Github team privacy | required |
| team_description | string | Description for Github team | required |
| team_name | string | Team name | required |