Terraform module which creates GitHub team resources.
| Name | Version |
|---|---|
| github | ~> 6.0 |
| Name | Version |
|---|---|
| github | 6.2.1 |
No modules.
| Name | Type |
|---|---|
| github_team.self | resource |
| github_team_membership.self | resource |
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| description | The description of the team | string |
n/a | yes |
| members | The members of the team | map(string) |
{} |
no |
| name | The name of the team | string |
n/a | yes |
| owner | The owner of the team | string |
n/a | yes |
| privacy | The privacy of the team | string |
"closed" |
no |
| Name | Description |
|---|---|
| team_id | The team id |
| team_node_id | The team node id |
| team_slug | The team slug |