Releases: auth0/terraform-provider-auth0
Releases · auth0/terraform-provider-auth0
v1.0.0-beta.0
NOTES:
⚠️ Check our migration guide to navigate the breaking changes that were added in this release.
FEATURES:
data-source/auth0_pages
: Add new data source to retrieve Auth0 pages (#706)
ENHANCEMENTS:
resource/auth0_action
: Add support for GA version of Node 18 withinruntime
field (#709, #722)resource/auth0_trigger_actions
: Addpassword-reset-post-challenge
to available trigger bindings (#726)resource/auth0_trigger_action
: Addpassword-reset-post-challenge
to available trigger bindings (#746)resource/auth0_*
: Improve how we check for 404 errors (#727)resource/auth0_client
: Add validation to prevent emptymobile
block (#742)resource/auth0_prompt_custom_text
: Add support for six new languages (#732)
BUG FIXES:
resource/auth0_connection
: Correctly expandshopify
connection strategy types (#728)data-source/auth0_*
: Raise 404 errors when retrieving data sources (#698)
BREAKING CHANGES:
resource/auth0_client
: Formally type theaddons
sub-properties (#655, #656, #657, #658, #661, #662, #663, #664, #665, #666, #667, #668, #669, #670, #671, #672, #673, #674, #675, #676, #677, #678, #681, #682)resource/auth0_user
: Removeroles
andpermissions
fields (#703)resource/auth0_resource_server
: Removescopes
field (#703)resource/auth0_global_client
: Remove resource (#704)data-source/auth0_global_client
: Remove data source (#704)resource/auth0_tenant
: Removechange_password
,error_page
andguardian_mfa_page
fields (#711)resource/auth0_tenant
: Removeuniversal_login
block (#712)resource/auth0_client
: Removeclient_secret_rotation_trigger
field (#711)resource/auth0_role
: Removepermissions
field (#714)resource/auth0_organization_member
: Removeroles
field (#715)resource/auth0_client_grant
: Renamescope
field toscopes
(#717)resource/auth0_*
: Align resource import separators (#718)resource/auth0_client
: Removeclient_secret
andtoken_endpoint_auth_method
fields (#725)resource/auth0_email
: Removeapi_user
field (#730)resource/auth0_connection
: Removeenabled_clients
field (#730)resource/auth0_trigger_binding
: Remove resource (#730)resource/auth0_email
: Rename resource toauth0_email_provider
(#731)
v0.50.0
FEATURES:
auth0_pages
: Add new resource to manage Auth0 pages (change_password
,error
,guardian_mfa
,login
) (#691)
ENHANCEMENTS:
resource/auth0_client
: Addpost_login_prompt
to available options for theorganization_require_behavior
attribute (#680)resource/auth0_connection
: Relaxmetadata
validation by not requiring key length to be between 0 and 10 characters (#685)
BUG FIXES:
resource/auth0_organization_connections
,resource/auth0_organization_members
: Address a bug causing inconsistencies in the safeguarding process, ensuring reliable protection against erasing unintended modifications (#645)resource/auth0_organization_members
: Address a bug that prevented the creation of organization members when the member list was empty (#646)resource/auth0_connection
,resource/auth0_organization_member
,resource/auth0_user
: Update diffing algorithm to address a bug where the order of additions and removals was causing incorrect results (#650)resource/auth0_connection
: Remove invalid connection strategies (#694)resource/auth0_client
: Modify the behavior to only allow the update of theis_token_endpoint_ip_header_trusted
setting after the client has been created successfully (#696)resource/auth0_branding
: Addressed a bug that prevented the deletion of the template when the universal login block was removed (#695)
NOTES:
⚠️ Check our migration guide to navigate the deprecations that were added in this release.
v0.49.0
FEATURES:
data-source/auth0_organization
: Add members (#615)resource/auth0_organization_connections
: Add new resource to manage a 1:many relationship between an organization and its enabled connections (#610)resource/auth0_organization_members
: Add new resource to manage a 1:many relationship between an organization and its members (#614)resource/auth0_organization_member_role
: Add new resource to manage a 1:1 relationship between an organization member and its roles (#622)resource/auth0_organization_member_roles
: Add new resource to manage a 1:many relationship between an organization member and its roles (#617)resource/auth0_trigger_action
: Add new resource to manage a 1:1 relationship between a trigger binding and an action (#612, #621)resource/auth0_trigger_actions
: Add new resource to manage a 1:many relationship between a trigger binding and actions (#613)
BUG FIXES:
resource/auth0_client_credentials
: Correctly set ID when importing (#608)resource/auth0_connection
: More consistentset_user_root_attributes
behavior for enterprise connections (#619)resource/auth0_user_role
: Enable importing of resource (#629)resource/auth0_user_permissions
: Update diffing algorithm to address a bug where the order of additions and removals was causing incorrect results (#630)resource/auth0_role_permissions
: Update diffing algorithm to address a bug where the order of additions and removals was causing incorrect results (#632)resource/auth0_trigger_action
: Fix delete logic (#639)
NOTES:
⚠️ Check our migration guide
to navigate the deprecations that were added in this release.
v0.48.0
FEATURES:
resource/auth0_client_credentials
: Add new resource to manage client credentials (client_secret
,private_key_jwt
,authentication_methods
) (#588)resource/auth0_resource_server_scopes
: Add new resource to manage a 1:many relationship between the resource server (API) and its scopes (permissions) (#600)resource/auth0_resource_server_scope
: Add new resource to manage a 1:1 relationship between the resource server (API) and its scopes (permissions) (#589)
BUG FIXES:
resource/auth0_connection
: Fix json tag forforward_request_info
attribute (#591)- Fix import issue on several resources (
auth0_connection_clients
,auth0_user_permissions
,auth0_user_roles
,auth0_role_permissions
) (#594, #595, #596, #597) resource/auth0_connection
: Fix issue with settingset_user_root_attributes
toon_each_login
for Microsoft Azure AD Connections (#602)
NOTES:
- New guides on how to achieve 0 downtime client credentials were added in this release (#592)
⚠️ Check our migration guide to navigate the deprecations that were added in this release.
v0.47.0
FEATURES:
resource/auth0_connection_clients
: Add new resource to manage a 1:many relationship between the connection and its enabled clients (#568)resource/auth0_user_permission
: Add new resource to manage a 1:1 relationship between the user and its permissions (#574)resource/auth0_user_permissions
: Add new resource to manage a 1:many relationship between the user and its permissions (#578)resource/auth0_user_role
: Add new resource to manage a 1:1 relationship between the user and its roles (#580)resource/auth0_user_roles
: Add new resource to manage a 1:many relationship between the user and its roles (#579)resource/auth0_role_permission
: Add new resource to manage a 1:1 relationship between the role and its permissions (#582)resource/auth0_role_permissions
: Add new resource to manage a 1:many relationship between the role and its permissions (#583)resource/auth0_user
: Add new readonlypermissions
attribute (#572)resource/auth0_client
: Add OIDC Back-Channel Logout support (#581)resource/auth0_role
: Adddescription
andresource_server_name
read-only fields topermissions
(#581)
BUG FIXES:
- Fix created import ID on association resource (#569)
NOTES:
⚠️ Check our migration guide to navigate the deprecations that were added in this release.
v0.46.0
BUG FIXES:
resource/auth0_resource_server
: Remove invalidoptions
attribute from schema (#551)resource/auth0_trigger_binding
: Fixtrigger
import issue (#554)data-source/auth0_resource_server
: Fix auth0 management api data source not readingscopes
(#555)resource/auth0_connection
: Fix faulty diffs when setting themetadata_xml
on a SAML connection (#559)resource/auth0_connection_client
: Stop overriding internally the imported ID for this resource (#562)resource/auth0_organization_connection
: Stop overriding internally the imported ID for this resource (#562)resource/auth0_organization_member
: Stop overriding internally the imported ID for this resource (#562)
FEATURES:
resource/auth0_guardian
: Add support fordirect
provider withinpush
MFA (#535)
ENHANCEMENTS:
resource/auth0_tenant
: Add support formfa_show_factor_list_on_enrollment
flag (#561)
NOTES:
⚠️ The removal of theoptions
attribute from theauth0_resource_server
resource, while technically a breaking change,
should not cause any issues as the API wasn't accepting this parameter.
v0.45.0
BUG FIXES:
resource/auth0_branding_theme
: Fixed typo infonts.links_style
validation (#523)data-source/auth0_resource_server
: Fixed data source to always return the id instead of the identifier (#532)
FEATURES:
data-source/auth0_custom_domain
: Added data source to fetch custom domain (#526)resource/auth0_connection
: Added support for ping federate connections (#527)
ENHANCEMENTS:
resource/auth0_client_grant
: Check if client grant already exists before creating (#529)resource/auth0_connection
: Addeddisable_self_service_change_password
flag to database connection (#525)
NOTES:
- Updated docs for
auth0_role
resource (#524)
v0.44.1
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: