You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would have expected the member to be added to the group.
Actual Behavior
Most of the time the member is added to the group, but sometimes we get the error message:
Error: timed out while waiting for group_member to be inserted
Even though we get this timeout error, the member is still added to the group but the googleworkspace_group_member.member is not updated in the Terraform state. To resolve this we have to manually import googleworkspace_group_member.member into the Terraform state.
Steps to Reproduce
Apply the Terraform configuration above with different members in the same group, and occasionally you'll see the timeout error pasted above.
Important Factoids
We are adding Google Service Agents to the Google group, but I don't think this is the core issue since we only see this error occasionally.
Terraform Version
v1.7.5
Affected Resource(s)
googleworkspace_group_member
Terraform Configuration Files
Expected Behavior
We would have expected the member to be added to the group.
Actual Behavior
Most of the time the member is added to the group, but sometimes we get the error message:
Even though we get this timeout error, the member is still added to the group but the
googleworkspace_group_member.member
is not updated in the Terraform state. To resolve this we have to manually importgoogleworkspace_group_member.member
into the Terraform state.Steps to Reproduce
Apply the Terraform configuration above with different members in the same group, and occasionally you'll see the timeout error pasted above.
Important Factoids
We are adding Google Service Agents to the Google group, but I don't think this is the core issue since we only see this error occasionally.
References
This is similar in behavior to: #387.
The text was updated successfully, but these errors were encountered: