Skip to content

Commit

Permalink
fix: user email to check user identity
Browse files Browse the repository at this point in the history
  • Loading branch information
rmocanu-ionos committed Jan 18, 2024
1 parent 3ad9e76 commit fb402b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ def __init__(self) -> None:
self.sdks = [ionoscloud]
self.user_agents = [USER_AGENT]
self.options = OPTIONS
self.object_identity_paths = [['id'], ['properties', 'email']]


def _should_replace_object(self, existing_object, clients):
Expand Down

0 comments on commit fb402b2

Please sign in to comment.