FEATURES:
resource/auth0_rate_limit_policy– Add support for managing per-application rate limit policies, withallow,block,log, andredirectaction blocks (EA only) (#1597)data-source/auth0_rate_limit_policy– Add support for retrieving per-application rate limit policies (EA only) (#1597)data-source/auth0_rate_limit_policies– Add support for retrieving all per-application rate limit policies (EA only) (#1597)
ENHANCEMENTS:
resource/auth0_action– Add support for write-onlysecrets_woandsecrets_wo_versionattributes for managing action secrets without persisting values in state; updates are triggered by incrementing the version (#1541)resource/auth0_tenant– Add support for{organization.metadata.public_*}placeholder syntax inlogin_uri, while maintaining HTTPS-only URL validation (#1575)
BUG FIXES:
resource/auth0_client_grant– Fix validator incorrectly rejectingscopes = []alongsideallow_all_scopes = true, which causedterraform plan -generate-config-outto generate an immediately invalid configuration (#1623)resource/auth0_client_credentials– Implement interleaved rotation strategy forprivate_key_jwtcredentials to avoid exceeding the tenant credential limit; improve error handling for partial failures (#1636)resource/auth0_connection– Prevent state drift forapi_behaviorandsignup_behaviorwhen the Auth0 API omits these fields from the password authentication method (#1630)resource/auth0_email_template– Send only modified fields on update (PATCH), preserving out-of-band changes and respectinglifecycle ignore_changesdirectives (#1612)resource/auth0_connection– Prevent sending emptyprecedencearrays to the API, which caused 400 errors when no precedence values were configured (#1637)resource/auth0_connection– Fixoptionsto only send theuniqueproperty from email attributes during POST calls (#1639)resource/auth0_tenant– Fixdefault_redirection_urito be a nullable, non-computed field; setting it to""will now clear the value on the remote tenant (#1634)