ENHANCEMENTS:
resource/auth0_network_acl– Add support for configuringhostnames,connecting_ipv4_cidrsandconnecting_ipv6_cidrs(#1581)data-source/auth0_network_acl– Add support for retrievinghostnames,connecting_ipv4_cidrsandconnecting_ipv6_cidrs(#1581)resource/auth0_client_credentials–private_key_jwtcredentials now use an unordered set instead of an ordered list, preventing unnecessary resource recreation when removing or reordering credentials. Adding, removing, or rotating individual credentials no longer destroys the entire resource — only the affected credential is created/deleted. Updatingexpires_aton an existing credential is now handled via in-place PATCH (whenparse_expiry_from_certis not enabled). (#1570)resource/auth0_connection– Add support for configuringfederated_connections_access_tokensfor OIDC connections (#1582)data-source/auth0_connection– Add opt-out optionskip_enabled_clientsto avoid over-fetching of sub-resource data (#1521)data-source/auth0_role– Add opt-out optionsskip_permissionsandskip_usersto avoid over-fetching of sub-resource data (#1521)data-source/auth0_organization– Add opt-out optionsskip_client_grants,skip_connectionsandskip_membersto avoid over-fetching of sub-resource data (#1521)data-source/auth0_user– Add opt-out optionsskip_permissionsandskip_rolesto avoid over-fetching of sub-resource data (#1521)resource/auth0_custom_domain– Add support for configuring relying_party_identifier(GA) (#1455)
NOTES:
resource/auth0_client_credentials– State schema upgraded from v0 to v1 forprivate_key_jwtcredentials (TypeList → TypeSet). Existing state will be migrated automatically on the nextterraform planorterraform apply.