team

Flaconi/team/github

Terraform Module HCL GITHUB

Terraform module to create an arbitrary number of GitHub teams (including child teams)

Install
module "team" {
source = "Flaconi/team/github"
version = "3.1.0"
}
plain text: /constructs/tfmod-flaconi-team-github/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform GitHub Teams module Terraform module to create GitHub teams and team memberships. ![lint](https://github.com/flaconi/terraform-github-team/actions?query=workflow%3Alint) ![test](https://github.com/flaconi/terraform-github-team/actions?query=workflow%3Atest) ![Tag](https://github.com/flaconi/terraform-github-team/releases) ![Terraform](https://registry.terraform.io/modules/Flaconi/team/github/) ![License](https://opensource.org/licenses/MIT) This module ships with a root module that allows you to create a list of teams (including child teams) and their corresponding association. You can however also just use the bundled sub-modules and wrap your own root module around. Important notice The following must be taken into consideration for initial creation or on re-creation (update op

Inputs (1)
NameTypeDescriptionDefault
teamslist(object({ ident GitHub teams to manage. required
Outputs (1)
teams — GitHub teams.
Details
FrameworkTerraform Module
LanguageHCL
Version3.1.0
Cloud GITHUB
★ Stars0
Forks0
Total downloads452
Inputs1
Outputs1
Submodules2
LicenseMIT
NamespaceFlaconi
Updated