{"id":20656332,"url":"https://github.com/flaconi/terraform-github-membership","last_synced_at":"2026-04-11T21:32:40.832Z","repository":{"id":38245950,"uuid":"442437657","full_name":"Flaconi/terraform-github-membership","owner":"Flaconi","description":"This module include existing users into organisation","archived":false,"fork":false,"pushed_at":"2025-08-18T08:20:52.000Z","size":37,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-10-29T01:27:35.067Z","etag":null,"topics":["github","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Flaconi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-12-28T11:09:29.000Z","updated_at":"2024-10-22T12:02:20.000Z","dependencies_parsed_at":"2024-04-23T12:03:31.430Z","dependency_job_id":"425a4342-3bba-404b-b128-d0a3d67f0bf8","html_url":"https://github.com/Flaconi/terraform-github-membership","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/Flaconi/terraform-github-membership","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fterraform-github-membership","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fterraform-github-membership/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fterraform-github-membership/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fterraform-github-membership/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flaconi","download_url":"https://codeload.github.com/Flaconi/terraform-github-membership/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fterraform-github-membership/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31696743,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"ssl_error","status_checked_at":"2026-04-11T21:17:24.556Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github","terraform","terraform-module"],"created_at":"2024-11-16T18:14:48.981Z","updated_at":"2026-04-11T21:32:40.823Z","avatar_url":"https://github.com/Flaconi.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-github-membership\nTerraform module to manage users in github organization\n\n[![lint](https://github.com/flaconi/terraform-github-membership/workflows/lint/badge.svg)](https://github.com/flaconi/terraform-github-membership/actions?query=workflow%3Alint)\n[![test](https://github.com/flaconi/terraform-github-membership/workflows/test/badge.svg)](https://github.com/flaconi/terraform-github-membership/actions?query=workflow%3Atest)\n[![Tag](https://img.shields.io/github/tag/flaconi/terraform-github-membership.svg)](https://github.com/flaconi/terraform-github-membership/releases)\n[![Terraform](https://img.shields.io/badge/Terraform--registry-github--membership-brightgreen.svg)](https://registry.terraform.io/modules/Flaconi/membership/github/)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n\u003c!-- TFDOCS_HEADER_START --\u003e\n\n\n\u003c!-- TFDOCS_HEADER_END --\u003e\n\n\u003c!-- TFDOCS_PROVIDER_START --\u003e\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_github\"\u003e\u003c/a\u003e [github](#provider\\_github) | ~\u003e 6.2, \u003c=6.7.1 |\n\n\u003c!-- TFDOCS_PROVIDER_END --\u003e\n\n\u003c!-- TFDOCS_REQUIREMENTS_START --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1.3 |\n| \u003ca name=\"requirement_github\"\u003e\u003c/a\u003e [github](#requirement\\_github) | ~\u003e 6.2, \u003c=6.7.1 |\n\n\u003c!-- TFDOCS_REQUIREMENTS_END --\u003e\n\n\u003c!-- TFDOCS_INPUTS_START --\u003e\n## Required Inputs\n\nNo required inputs.\n\n## Optional Inputs\n\nThe following input variables are optional (have default values):\n\n### \u003ca name=\"input_admins\"\u003e\u003c/a\u003e [admins](#input\\_admins)\n\nDescription: List of users with admin role\n\nType:\n\n```hcl\nlist(object({\n    name   = string\n    github = string\n    teams  = optional(map(string), {})\n  }))\n```\n\nDefault: `[]`\n\n### \u003ca name=\"input_members\"\u003e\u003c/a\u003e [members](#input\\_members)\n\nDescription: List of users with member role\n\nType:\n\n```hcl\nlist(object({\n    name   = string\n    github = string\n    teams  = optional(map(string), {})\n  }))\n```\n\nDefault: `[]`\n\n### \u003ca name=\"input_team_ids\"\u003e\u003c/a\u003e [team\\_ids](#input\\_team\\_ids)\n\nDescription: A dictionary for team IDs to avoid additional calls to GitHub API\n\nType: `map(string)`\n\nDefault: `{}`\n\n\u003c!-- TFDOCS_INPUTS_END --\u003e\n\n\u003c!-- TFDOCS_OUTPUTS_START --\u003e\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_memberships\"\u003e\u003c/a\u003e [memberships](#output\\_memberships) | A map of members and admins keyed by username. |\n| \u003ca name=\"output_teams\"\u003e\u003c/a\u003e [teams](#output\\_teams) | A map of teams with members and corresponding roles. |\n\n\u003c!-- TFDOCS_OUTPUTS_END --\u003e\n\n## License\n\n**[MIT License](LICENSE)**\n\nCopyright (c) 2021 **[Flaconi GmbH](https://github.com/flaconi)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaconi%2Fterraform-github-membership","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflaconi%2Fterraform-github-membership","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaconi%2Fterraform-github-membership/lists"}