Releases: auth0/terraform-provider-auth0
Releases · auth0/terraform-provider-auth0
v0.44.0
BUG FIXES:
resource/auth0_prompt_custom_text
: Added missing prompt types (#506)resource/auth0_branding
: Fixed resource to allow managing only the universal login (#506)
FEATURES:
data-source/auth0_connection
: Added data source to fetch connection information (#470)data-source/auth0_resource_server
: Added data source to fetch resource server information (#477)data-source/auth0_organization
: Added data source to fetch organization information (#475)data-source/auth0_tenant
: Expanded data source to fetch all the tenant information (#479)data-source/auth0_user
: Added data source to fetch user information (#481)data-source/auth0_role
: Added data source to fetch role information (#483)data-source/auth0_attack_protection
: Added data source to fetch attack protection information (#485)data-source/auth0_branding
: Added data source to fetch branding information (#500)data-source/auth0_branding_theme
: Added data source to fetch branding theme information (#500)resource/auth0_branding_theme
: Simplified management of this resource to no longer force a user to import the resource if already existing (#504)
NOTES:
v0.43.0
BUG FIXES:
resource/auth0_guardian
: Allow updating message templates forphone-message-hook
sms provider (#444)resource/auth0_branding
: Manage universal-login body only if custom domains are set (#446)resource/auth0_connection
: Setauthorization_endpoint
,issuer
,jws_uri
,token_endpoint
,user_info_endpoint
asComputed
to prevent diff issues (#443)resource/auth0_user
: Only send changed fields when updating a user (#453)resource/auth0_*
: Relax url schema validation forinitiate_login_uri
,apple_app_link
,google_app_link
,default_redirection_uri
to allow to be set to empty (#453)
FEATURES:
resource/auth0_log_stream
: Added support for segment log stream type (#437)resource/auth0_action
: Addednode18
to runtime options (#442)resource/auth0_attack_protection
: Added support forbreached_password_detection.stage
(#445)resource/auth0_connection
: Added support forenable_script_context
to db connections (#452)resource/auth0_connection
: Added support forfed_metadata_xml
to adfs connections (#458)resource/auth0_connection
: Added support foricon_url
to okta connections (#459)
NOTES:
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: