This repository was archived by the owner on Mar 8, 2022. It is now read-only.
v0.2.1
ENHANCEMENTS:
- resource/auth0_connection: Improved support for
enabled_clientsby using a set instead of a list (#105). - resource/auth0_connection: Add
community_base_urltosalesforce-communitytype connections (#130). - resource/auth0_client: Validate
app_type(#112). - resource/auth0_user: Make
passworda sensitive field (#117).
BUG FIXES
- resource/auth0_connection: Fix incorrect schema for
password_no_personal_info(#107). - resource/auth0_user: Fix bugs in
user_metadata,app_metadataandpassword(#131).
NOTES:
- Improve documentation on supported features (#113).
- Update examples after upgrade to 0.2.x (#114).
- Update terraform and auth0 dependencies to latest release (#120).
- Add tenant example (#125).
FEATURES:
- resource/auth0_user: Support for
nicknameattribute (#108)