terraform-provider-googleworkspace icon indicating copy to clipboard operation
terraform-provider-googleworkspace copied to clipboard

feat: import group members that already exists

Open Filirom1 opened this issue 1 year ago • 1 comments

Hi,

I’ve noticed that in the group_member resource, the DeviaVir/terraform-provider-gsuite previously managed the 409 "Member already exists" error as shown in the code from lines 96 to 124:

https://github.com/DeviaVir/terraform-provider-gsuite/blob/master/gsuite/resource_group_member.go#L96-L124

Unfortunately, the successor hashicorp/terraform-provider-googleworkspace has not incorporated this error handling capability. To address this omission, I have submitted a Merge Request to include this feature in the new provider.

Best regards, Romain

Filirom1 avatar Jan 18 '24 11:01 Filirom1

This is really cool!

As it appears that this provider is not being maintained, would you mind if I adopted this into my fork?

Reference issue: https://github.com/hashicorp/terraform-provider-googleworkspace/issues/464

SamuZad avatar Mar 23 '24 09:03 SamuZad