Releases: auth0/terraform-provider-auth0
Releases · auth0/terraform-provider-auth0
v0.37.0
FEATURES:
resource/auth0_connection
: Prevented erasingoptions.configuration
by mistake (#307)
BUG FIXES:
resource/auth0_organization_connection
: Fixed issue with importing (#301)resource/auth0_organization_member
: Fixed issue with importing (#302)resource/auth0_connection
: Added missing fieldset_user_root_attributes
to the auth0 connection (#303)data-source/auth0_client
: Fixed search by name through all available clients (#306)resource/auth0_email
: Refactored and removedForceNew
on secret fields (#304)
NOTES:
v0.36.0
v0.35.0
v0.34.0
FEATURES:
resource/auth0_prompt
: Addedwebauthn_platform_first_factor
field (#237)resource/auth0_connection
: Addedauth_params
for passwordless email connections (#235, #240, #241)resource/auth0_connection
: Added support for multiple OAuth2 compatible strategies (#239)resource/auth0_organization_member
: Added new resource to manage organization members and their roles (#256)resource/auth0_organization_connection
: Added new resource to manage organization connections (#253)
BUG FIXES:
resource/auth0_organization
: Fixed issue with not being able to updateconnections
(#244)resource/auth0_organization
: Fixed issue withmetadata
field not getting set to empty (#245, #254)resource/auth0_action
: Fix issue with not being able to updatedependencies
(#247)resource/auth0_user
: Fix infinite plan onuser_metadata
(#249, #250)
v0.33.0
FEATURES:
resource/auth0_guardian
: Added webauthn MFA (#213)resource/auth0_guardian
: Added duo MFA (#214)resource/auth0_guardian
: Added push (Amazon SNS, custom app) MFA (#215)resource/auth0_guardian
: Added recovery code (#216)resource/auth0_tenant
: Addedsession_cookie
field (#220)resource/auth0_client
: Addedsso_integration
as valid app type (#221)resource/auth0_email_template
: Addedinclude_email_in_redirect
field (#229)resource/auth0_connection
: Addedupstream_params
field (#223)
v0.32.0
FEATURES:
resource/auth0_connection
: Addeddisable_sign_out
field to samlp connections (#204)resource/auth0_connection
: Addedmetadata_xml
andmetadata_url
to connection schema (#204)resource/auth0_connection
: Addedsigning_key
to samlp connections (#210)resource/auth0_connection
: Addingpkce_enabled
field to Oauth2 connection options (#212)resource/auth0_tenant
: Added several missing tenant flags (#208)
BREAKING CHANGES:
resource/auth0_connection
: Removed deprecatedoptions.app_domain
in connection resource (#202)resource/auth0_connection
: Changedoptions.fields_map
from Map to String (#207)- Please make sure to do a
terraform state rm auth0_connection.<resource name> && terraform import auth0_connection.<resource name> <connID>
in order to prevent issues due to the breaking change after upgrading to this version.
- Please make sure to do a
v0.31.0
FEATURES:
resource/auth0_hook
: Add warnings for untracked hook secrets (#189)resource/auth0_log_stream
: Add datadog_region validation (#192)resource/auth0_connection
: Add computed to password* fields in connection resource (#191)resource/auth0_connection
: Adding icon_url to OAuth2 connection types (#196)
BUG FIXES:
resource/auth0_connection
: Fix crash with domain_aliases for ADFS (#172)resource/auth0_connection
: Fix subsequent updates to partial refresh_token object (#187)resource/auth0_tenant
: Setting session lifetime values as non-computed (#193)resource/auth0_user
: Preserve user ID casing in state (#197)resource/auth0_guardian
: Fix phone options issue#159 and refactor guardian resource implementation (#195)
NOTES: