This module allows you to manage GitHub teams for tribes.
-
Create or find a GitHub Access Token and configure the GitHub provider.
provider "github" { token = var.github_token owner = "my-org-name" }
-
Configure the module, for example:
module "infrastructure_tribe" { source = "straw-hat-team/spotify/github//modules/tribe" version = "0.0.1" tribe_name = "infrastructure" }