Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 550 Bytes

File metadata and controls

27 lines (19 loc) · 550 Bytes

Trio

This module allows you to manage GitHub teams for trios.

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 "finance_trio" {
      source              = "straw-hat-team/spotify/github//modules/trio"
      version             = "0.0.1"
    
      trio_name           = "finance"
    }