By default, Auth0 associates all Connections to a newly created Client Application. When provisioning using API/Terraform, I couldn’t find a nice way to remove the associations - I currently have to loop through all Connections and remove the Client ID from the enabled_clients
list attribute.
Is there a way to create a Client without any Connections associated with it at the beginning?