teams
devops-workflow/teams/github
Terraform module for managing 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" }, ] } ``
| Name | Type | Description | Default |
|---|---|---|---|
| teams | any | List of Github team maps to manage | required |
| enabled | any | Set to false to prevent the module from creating anything | true |
ids — List of team IDsnames — List of team namesAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,