Releases: auth0/terraform-provider-auth0
Releases · auth0/terraform-provider-auth0
v0.42.0
BUG FIXES:
resource/auth0_connection_client
,resource/auth0_organization_connection
,resource/auth0_organization_member
:
Fixed concurrency issue (#425)
BREAKING CHANGES:
resource/auth0_guardian
: Redesigned how mfa types get enabled (#423)- It is now necessary to explicitly set the enabled attribute on all mfa types. Please check the auth0_guardian docs for more info.
v0.41.0
v0.40.1
v0.40.0
FEATURES:
resource/auth0_connection_client
: Added new resource to manage enabled clients on a connection (#379)resource/auth0_connection
: Added support forokta
connection type (#395)resource/auth0_email
: Addedsettings
field (#394)
ENHANCEMENTS:
resource/auth0_connection
: Added documentation for connection options for all strategy types (#383)resource/auth0_client
: Relaxed validation rules on initiate_login_uri to match API (#389)resource/auth0_email
: Update email provider if already existing when creating it (#377)resource/auth0_email
: Added validation to all attributes (#391)
NOTES:
resource/auth0_email
: Deprecatedapi_user
field (#392)
v0.39.0
FEATURES:
resource/auth0_client
: Addedaddons.samlp.issuer
(#334)resource/auth0_client
: Addedclient_aliases
(#367)resource/auth0_custom_domain
: Addedcustom_client_ip_header
andtls_policy
(#335)
BUG FIXES:
resource/auth0_branding
: Ignored 404 error when fetching universal login content (#359)resource/auth0_branding_theme
: Improved precision of fields withfloat64
instead ofint
(#369)resource/auth0_resource_server
: Fixed managing auth0 management api (#374)resource/auth0_client
: Fixed update behavior ofclient_metadata
(#362)resource/auth0_connection
: Added validation onidentity_api
forwaad
connections (#361)
NOTES:
v0.38.0
This release focuses primarily on setting fields to empty values consistently across all resources.
For an in depth explanation please check: #14
BUG FIXES:
- Allowed setting fields to empty consistently across all resources (#354)
- Correctly destroy resources by setting the ID to blank (#354)
- Stop ignoring non 404 errors when deleting resources (#354)
resource/auth0_prompt
: Setuniversal_login_experience
andwebauthn_platform_first_factor
toComputed
(#354)resource/auth0_resource_server
: Setskip_consent_for_verifiable_first_party_clients
andenforce_policies
toComputed
(#354)resource/auth0_rule
: Setenabled
toComputed
(#354)
BREAKING CHANGES:
resource/auth0_organization
: Removed deprecatedconnections
field (#354)- Please migrate all managed
connections
through theauth0_organization
resource to theauth0_organization_connection
resource.
- Please migrate all managed
NOTES:
resource/auth0_resource_server
: Changedidentifier
fromOptional
toRequired
(#354)
v0.37.1
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: