Skip to content

Terraform module which creates GitHub team resources.

Notifications You must be signed in to change notification settings

ALT-F4-LLC/terraform-github-team

Repository files navigation

terraform-github-team

Terraform module which creates GitHub team resources.

Requirements

Name Version
github 6.0.0

Providers

Name Version
github 6.0.0

Modules

No modules.

Resources

Name Type
github_team.self resource
github_team_membership.self resource

Inputs

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

Outputs

Name Description
team_id The team id
team_node_id The team node id
team_slug The team slug