This repository was archived by the owner on Mar 8, 2022. It is now read-only.
Releases: alexkappa/terraform-provider-auth0
Releases · alexkappa/terraform-provider-auth0
v0.6.0
FEATURES:
ENHANCEMENTS:
- resource/auth0_user:
name,family_name,given_name,blockedandpictureare added (#166) - resource/auth0_client: add
initiate_login_uri(#2) - resource/auth0_tenant: add
default_redirection_uri(#2) - resource/auth0_connection:
strategyis now required and theapple,oidcandlinestrategies are added (#6)
BUG FIXES:
- resource/auth0_user: unassigning a role won't fail if the role has already been deleted.
v0.5.2
FEATURES:
ENHANCEMENTS:
- resource/auth0_user:
name,family_name,given_name,blockedandpictureare added (#166) - resource/auth0_client: add
initiate_login_uri(#2) - resource/auth0_tenant: add
default_redirection_uri(#2) - resource/auth0_connection:
strategyis now required and theapple,oidcandlinestrategies are added (#6)
BUG FIXES:
- resource/auth0_user: unassigning a role won't fail if the role has already been deleted.
v0.5.2-rc.1
FEATURES:
- New Resource: auth0_hook (#171)
ENHANCEMENTS:
- resource/auth0_user:
name,family_name,given_name,blockedandpictureare added (#166) resource/auth0_client: addinitiate_login_uri(#2)resource/auth0_tenant: adddefault_redirection_uri(#2)resource/auth0_connection:strategyis now required and theapple,oidcandlinestrategies are added (#6)
BUG FIXES:
- resource/auth0_user: unassiging a role won't fail if the role has already been deleted.
v0.5.1
v0.5.0
v0.4.3
v0.4.2
v0.4.1
v0.4.0
ENHANCEMENTS:
- resource/auth0_connection: Introduce
password_complexity_options(#132). - resource/auth0_resource_server:
signing_secretis now also a computed field. If set it's validated to be at least 16 characters (#146). - resource/auth0_resource_server:
identifierupdate forces new resource (#147). - resource/auth0_role (breaking change):
user_idsis removed. In its place the following is introduced (#149). - resource/auth0_user:
rolesis added (#149).
BUG FIXES: