Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 551 Bytes

File metadata and controls

27 lines (19 loc) · 551 Bytes

Guild

This module allows you to manage GitHub teams for guilds.

How-To Guides

Add an alliance to an organization

  1. Create or find a GitHub Access Token and configure the GitHub provider.

    provider "github" {
      token = var.github_token
      owner = "my-org-name"
    }
  2. Configure the module, for example:

    module "ios_guild_team" {
      source              = "straw-hat-team/spotify/github//modules/guild"
      version             = "0.0.1"
    
      guild_name          = "ios"
    }