Terraform module for listing users from Google Workspace group.
There is also a groups_users wrapper submodule available, that allows listing of users from multiple Google Workspace groups.
module "terraform_google_group_users_data_source" {
source = "getindata/group-users-data-source/google"
group = "example-group@google.com"
}- Simple - Basic usage of the module
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| group_email | (Required) The Group email queried for Members | string |
n/a | yes |
No modules.
| Name | Description |
|---|---|
| group_name | Group name |
| service_accounts | List of Service Accounts that belong to Google group |
| users | List of Users that belong to Google group |
| Name | Version |
|---|---|
| ~> 5.4 |
| Name | Version |
|---|---|
| terraform | >= 1.3.0 |
| ~> 5.4 |
| Name | Type |
|---|---|
| google_cloud_identity_group_lookup.group | data source |
| google_cloud_identity_group_memberships.members | data source |
Contributions are very welcomed!
Start by reviewing contribution guide and our code of conduct. After that, start coding and ship your changes by creating a new PR.
Apache 2 Licensed. See LICENSE for full details.
Made with contrib.rocks.