team

JamesWoolfenden/team/github

Terraform Module HCL GITHUB
Install
module "team" {
source = "JamesWoolfenden/team/github"
version = "0.0.4"
}
plain text: /constructs/tfmod-jameswoolfenden-team-github/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-github-team ![Build Status](https://github.com/jameswoolfenden/terraform-github-team) ![Latest Release](https://github.com/jameswoolfenden/terraform-github-team/releases/latest) ![pre-commit](https://github.com/pre-commit/pre-commit) ![checkov](https://www.checkov.io/) Make and populate github teams with users. --- It's 100% Open Source and licensed under the APACHE2. Introduction Use this module to create, manage and populates a Github team. Usage How to use the module: Add a module.github.tf with: ``terraform module github { source = "JamesWoolfenden/team/github" version = "0.0.3" common_tags = var.common_tags team_name = var.team_name team_description= var.team_description team_privacy = var.team_privacy users = var.users } ` Inputs | Name | Description | Type | Default | Requ

Inputs (5)
NameTypeDescriptionDefault
userslistList of Users required
common_tagsmapThis is to help you add tags to your cloud objects required
team_privacystringGithub team privacy required
team_descriptionstringDescription for Github team required
team_namestringTeam name required
Resources (2)
github_membershipgithub_team
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.4
Cloud GITHUB
Total downloads779
Inputs5
Resources2
NamespaceJamesWoolfenden
Updated