Releases: auth0/terraform-provider-auth0
Releases · auth0/terraform-provider-auth0
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:
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