Group data source in the Terraform Googleworkspace provider. Group resides under the https://www.googleapis.com/auth/admin.directory.group
client scope.
data "googleworkspace_group" "sales" {
email = "sales@example.com"
}
output "group_name" {
value = data.googleworkspace_group.sales.name
}
email
(String) The group's email address. If your account has multiple domains,select the appropriate domain for the email address. The email must be unique.id
(String) The unique ID of a group. A group id can be used as a group request URI's groupKey.admin_created
(Boolean) Value is true if this group was created by an administrator rather than a user.aliases
(List of String) asps.list of group's email addresses.description
(String) An extended description to help users determine the purpose of a group.For example, you can include information about who should join the group,the types of messages to send to the group, links to FAQs about the group, or related groups.direct_members_count
(Number) The number of users that are direct members of the group.If a group is a member (child) of this group (the parent),members of the child group are not counted in the directMembersCount property of the parent group.etag
(String) ETag of the resource.name
(String) The group's display name.non_editable_aliases
(List of String) asps.list of the group's non-editable alias email addresses that are outside of the account's primary domain or subdomains. These are functioning email addresses used by the group.