Skip to content

Terraform module which creates GitHub team resources.

Notifications You must be signed in to change notification settings

bogdan556/terraform-github-team

 
 

Repository files navigation

terraform-github-team

Terraform module which creates GitHub team resources.

Requirements

Name Version
github 5.41.0

Providers

Name Version
github 5.41.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

About

Terraform module which creates GitHub team resources.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 56.5%
  • HCL 40.3%
  • Makefile 3.2%