Closed sherifkayad closed 1 year ago
Found the reason! I was using usernames with dotes (.
& @
) characters .. despite that DocumentDB doesn't seem to complain, these were causing issues with the provider. I switched to using underscores (_
) instead and the deletion / update of users is working like a charm.
Deleting a user by removing the resource from Terraform results in
Error: User does not exist
. The same exact thing happens when e.g. we try to update e.g. theusername
of the userThe following is my config for the user resource: