Deprecation of `enabled_clients` when using auth0-terraform

Problem

Auth0 is deprecating the enabled_clients field on a connection object in the context of getting/updating connections, see deprecation note.
We see depnote events in the logstream for a production tenant, not tied to a terraform release.

Question

Does auth0-terraform use those deprecated calls to implement setting/reading enabled_clients on the Connection Resource? If so, when is a change to the new dedicated endpoints ( Welcome to Auth0 Docs - Auth0 Docs
and Welcome to Auth0 Docs - Auth0 Docs) planned?

We’re on v 1.34 of auth0-terraform and there is no mention of an update in the release notes for new versions.

Hi @sascha.picard1

Welcome to the Auth0 Community!

The auth0_connection resource should be using the new Management API endpoints specified in the deprecation notes instead of the old ones.

Can you confirm that you experience issues in using the specific resource to read/update the enabled_clients values?

I will investigate internally in regards to the specific resource and confirm that they have been migrated to the new endpoints.

Kind Regards,
Nik