hashicorp / terraform-provider-googleworkspace

Terraform Provider for Google Workspace
https://registry.terraform.io/providers/hashicorp/googleworkspace
Mozilla Public License 2.0
129 stars 56 forks source link

Fix: googleworkspace_group_member import documentation #447

Closed SamuZad closed 10 months ago

SamuZad commented 1 year ago

When trying to import using the userID (as per the documentation), we get the following error:

Error when reading or editing groups/GROUP_ID/members/USER_ID: googleapi: Error 400: Missing required field: memberKey, required

However, using email instead makes the import work 🙂

@SarahFrench (or whomever else), is there any chance of this provider getting a few PRs merged?