google_cloud_identity_group_lookup

Use this data source to look up the resource name of a Cloud Identity Group by its EntityKey, i.e. the group's email.

https://cloud.google.com/identity/docs/concepts/overview#groups

Example Usage

data "google_cloud_identity_group_lookup" "group" {
  group_key {
    id = "my-group@example.com"
  }
}

Argument Reference

The group_key block supports:

Attributes Reference

In addition to the arguments listed above, the following attributes are exported: