teams

devops-workflow/teams/github

Terraform Module HCL GITHUB

Terraform module for managing Github teams

Install
module "teams" {
source = "devops-workflow/teams/github"
version = "0.0.1"
}
plain text: /constructs/tfmod-devops-workflow-teams-github/install.txt
⭐ Source on GitHub 📦 Registry page
README

![CircleCI](https://circleci.com/gh/devops-workflow/terraform-github-teams) terraform-github-teams ======================= Terraform module for managing Github teams ``hcl module "github-teams" { source = "devops-workflow/teams/github" version = "0.0.1" teams = [ { name = "team1" }, { name = "team-d" description = "Team with description" }, { name = "team-closed" description = "Closed team" privacy = "closed" }, ] } ``

Inputs (2)
NameTypeDescriptionDefault
teamsanyList of Github team maps to manage required
enabledanySet to false to prevent the module from creating anythingtrue
Outputs (2)
ids — List of team IDs
names — List of team names
Resources (1)
github_team
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.1
Cloud GITHUB
★ Stars2
Forks3
Total downloads855
Inputs2
Outputs2
Resources1
Examples2
Namespacedevops-workflow
Updated