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
Manually accept organizational invitations that were sent via email
terraform apply
Expected Behavior
Running terraform apply regardless of invitation status (accepted, pending, expired etc.) should pass with potentially Terraform informing of remote state change due to invitation status change. Should status change (for example due acceptance of an invitation) terraform apply -refresh-only should be used to update Terraform state.
Actual Behavior
Running terraform apply errors after "Refreshing state..." if any invited user accepts their invitation. Removal of user from Terraform list of invitees does not correct situation as the invitation information is in Terraform state.
Debug Output
note: below <org_id> and <invitation_id> are replacing sensitive pieces of information.
Terraform CLI and Terraform MongoDB Atlas Provider Version
Terraform Configuration File
Steps to Reproduce
terraform init
terraform apply
terraform apply
Expected Behavior
Running
terraform apply
regardless of invitation status (accepted, pending, expired etc.) should pass with potentially Terraform informing of remote state change due to invitation status change. Should status change (for example due acceptance of an invitation)terraform apply -refresh-only
should be used to update Terraform state.Actual Behavior
Running
terraform apply
errors after "Refreshing state..." if any invited user accepts their invitation. Removal of user from Terraform list of invitees does not correct situation as the invitation information is in Terraform state.Debug Output
note: below
<org_id>
and<invitation_id>
are replacing sensitive pieces of information.References
The text was updated successfully, but these errors were encountered: