{"id":21514857,"url":"https://github.com/getindata/terraform-google-group-users-data-source","last_synced_at":"2026-02-07T03:31:53.063Z","repository":{"id":200537702,"uuid":"607080382","full_name":"getindata/terraform-google-group-users-data-source","owner":"getindata","description":"Module returns a map of users, where keys in the maps are the group names and the values is list of users that belong to the group","archived":false,"fork":false,"pushed_at":"2024-11-25T11:11:51.000Z","size":51,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-01-30T12:04:27.551Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getindata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-02-27T09:16:04.000Z","updated_at":"2023-04-03T12:27:24.000Z","dependencies_parsed_at":"2025-01-24T02:29:43.331Z","dependency_job_id":"9f1bce73-d9db-47da-80aa-4340e7dcc681","html_url":"https://github.com/getindata/terraform-google-group-users-data-source","commit_stats":null,"previous_names":["getindata/terraform-google-group-users-data-source"],"tags_count":7,"template":false,"template_full_name":"getindata/terraform-module-template","purl":"pkg:github/getindata/terraform-google-group-users-data-source","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getindata%2Fterraform-google-group-users-data-source","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getindata%2Fterraform-google-group-users-data-source/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getindata%2Fterraform-google-group-users-data-source/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getindata%2Fterraform-google-group-users-data-source/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getindata","download_url":"https://codeload.github.com/getindata/terraform-google-group-users-data-source/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getindata%2Fterraform-google-group-users-data-source/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29185344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T00:44:15.062Z","status":"online","status_checked_at":"2026-02-07T02:00:07.217Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-23T23:53:15.385Z","updated_at":"2026-02-07T03:31:53.048Z","avatar_url":"https://github.com/getindata.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Group Users Data Source Terraform Module\n\n![Terraform](https://img.shields.io/badge/terraform-%235835CC.svg?style=for-the-badge\u0026logo=terraform\u0026logoColor=white)\n![GCP](https://img.shields.io/badge/GoogleCloud-%234285F4.svg?style=for-the-badge\u0026logo=google-cloud\u0026logoColor=white)\n\n\u003c!--- Replace repository name --\u003e\n![License](https://badgen.net/github/license/getindata/terraform-google-group-users-data-source/)\n![Release](https://badgen.net/github/release/getindata/terraform-google-group-users-data-source/)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg height=\"150\" src=\"https://getindata.com/img/logo.svg\"\u003e\n  \u003ch3 align=\"center\"\u003eWe help companies turn their data into assets\u003c/h3\u003e\n\u003c/p\u003e\n\n---\nTerraform module for listing users from Google Workspace group.\n\nThere is also a [groups_users](modules/groups-users/) wrapper submodule available, that allows listing of users from multiple Google Workspace groups.\n\n## USAGE\n\n```terraform\nmodule \"terraform_google_group_users_data_source\" {\n  source  = \"getindata/group-users-data-source/google\"\n  group  = \"example-group@google.com\"\n}\n```\n\n## EXAMPLES\n\n- [Simple](examples/simple) - Basic usage of the module\n\n\u003c!-- BEGIN_TF_DOCS --\u003e\n\n\n\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_group_email\"\u003e\u003c/a\u003e [group\\_email](#input\\_group\\_email) | (Required) The Group email queried for Members | `string` | n/a | yes |\n\n## Modules\n\nNo modules.\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_group_name\"\u003e\u003c/a\u003e [group\\_name](#output\\_group\\_name) | Group name |\n| \u003ca name=\"output_service_accounts\"\u003e\u003c/a\u003e [service\\_accounts](#output\\_service\\_accounts) | List of Service Accounts that belong to Google group |\n| \u003ca name=\"output_users\"\u003e\u003c/a\u003e [users](#output\\_users) | List of Users that belong to Google group |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_google\"\u003e\u003c/a\u003e [google](#provider\\_google) | ~\u003e 5.4 |\n\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1.3.0 |\n| \u003ca name=\"requirement_google\"\u003e\u003c/a\u003e [google](#requirement\\_google) | ~\u003e 5.4 |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [google_cloud_identity_group_lookup.group](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/cloud_identity_group_lookup) | data source |\n| [google_cloud_identity_group_memberships.members](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/cloud_identity_group_memberships) | data source |\n\u003c!-- END_TF_DOCS --\u003e\n\n## CONTRIBUTING\n\nContributions are very welcomed!\n\nStart by reviewing [contribution guide](CONTRIBUTING.md) and our [code of conduct](CODE_OF_CONDUCT.md). After that, start coding and ship your changes by creating a new PR.\n\n## LICENSE\n\nApache 2 Licensed. See [LICENSE](LICENSE) for full details.\n\n## AUTHORS\n\n\u003c!--- Replace repository name --\u003e\n\u003ca href=\"https://github.com/getindata/terraform-google-group-users-data-source/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=getindata/terraform-module-template\" /\u003e\n\u003c/a\u003e\n\nMade with [contrib.rocks](https://contrib.rocks).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetindata%2Fterraform-google-group-users-data-source","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetindata%2Fterraform-google-group-users-data-source","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetindata%2Fterraform-google-group-users-data-source/lists"}