terraform-provider-googleworkspace
terraform-provider-googleworkspace copied to clipboard
feat: import group members that already exists
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
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