team

boldlink/team/github

Terraform Module HCL GITHUB ⏱ stale 3y 2mo

Terraform registry repository for Github teams module

Install

module "team" {
source = "boldlink/team/github"
version = "1.0.0"
}
⭐ Source on GitHub 📦 Registry page

README

![Build Status](https://github.com/boldlink/terraform-github-team/actions) Terraform Github Team module Description Terraform module for creating Github teams. Examples available here Usage NOTE: These examples use the latest version of this module ``console module "team_closed" { source = "./../../" name = "example-team-minimum" description = "Example closed team" } ` Documentation Github Documentation Terraform module documentation Requirements | Name | Version | |------|---------| | terraform | >= 0.14.11 | | github | >= 4.24.1 | Providers | Name | Version | |------|---------| | github | 4.25.0 | Modules No modules. Resources | Name | Type | |------|------| | github_team.main | resource | | github_team_membership.maintainer | resource | | github_team_membership.member | resource | Input

Inputs (8)

NameTypeDescriptionDefault
namestring(Required) The name of the team. required
ldap_dnstring(Optional) The LDAP Distinguished Name of the group where membership will be synnull
create_default_maintainerbool(Optional) Adds a default maintainer to the team. Defaults to `false` and adds tfalse
maintainerslist(string)The list of the maintainers of the team[]
memberslist(string)The list of the members of the team[]
descriptionstring(Optional) A description of the team.null
privacystring(Optional) The level of privacy for the team. Must be one of `secret` or `closed"secret"
parent_team_idstring(Optional) The ID of the parent team, if this is a nested team.null

Outputs (3)

team_id — The ID of the created team.
team_node_id — The Node ID of the created team.
team_slug — The slug of the created team, which may or may not differ from name, depending on whether name conta

Resources (2)

github_teamgithub_team_membership

Details

FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud GITHUB
★ Stars0
Forks0
Total downloads173.3k
Inputs8
Outputs3
Resources2
Examples2
LicenseApache-2.0
Namespaceboldlink
Updated