This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
Releases: alexkappa/terraform-provider-auth0
Releases · alexkappa/terraform-provider-auth0
v0.3.0
v0.2.3
ENHANCEMENTS:
- Switch to using Github Actions in favour of Wercker.
v0.2.2
v0.2.1
ENHANCEMENTS:
- resource/auth0_connection: Improved support for
enabled_clients
by using a set instead of a list (#105). - resource/auth0_connection: Add
community_base_url
tosalesforce-community
type connections (#130). - resource/auth0_client: Validate
app_type
(#112). - resource/auth0_user: Make
password
a 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_metadata
andpassword
(#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
nickname
attribute (#108)
v0.2.0
v0.1.20
v0.1.19
v0.1.18
v0.1.17
v0.1.15
v0.1.15 (March 25, 2019)
FEATURES:
- New Resource: auth0_tenant (#79)
ENHANCEMENTS:
- resource/auth0_connection:
enabled_clients
will suppress diff if the list order is different. - resource/auth0_connection: set
client_secret
to sensitive (#91). - resource/auth0_resource_server: introduce
token_lifetime_for_web
(#84).
NOTES:
- Re-imported Auth0 SDK from
gopkg.in/auth0.v1
.