Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DXCDT-450: Removing auth0_global_client resource #704

Merged
merged 8 commits into from
Jul 13, 2023
472 changes: 0 additions & 472 deletions docs/data-sources/global_client.md

This file was deleted.

492 changes: 0 additions & 492 deletions docs/resources/global_client.md

This file was deleted.

1 change: 0 additions & 1 deletion examples/data-sources/auth0_global_client/data-source.tf

This file was deleted.

8 changes: 0 additions & 8 deletions examples/resources/auth0_global_client/import.sh

This file was deleted.

13 changes: 0 additions & 13 deletions examples/resources/auth0_global_client/resource.tf

This file was deleted.

38 changes: 0 additions & 38 deletions internal/auth0/client/global_data_source.go

This file was deleted.

36 changes: 0 additions & 36 deletions internal/auth0/client/global_data_source_test.go

This file was deleted.

84 changes: 0 additions & 84 deletions internal/auth0/client/global_resource.go

This file was deleted.

77 changes: 0 additions & 77 deletions internal/auth0/client/global_resource_test.go

This file was deleted.

2 changes: 0 additions & 2 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ func New() *schema.Provider {
"auth0_client": client.NewResource(),
"auth0_client_credentials": client.NewCredentialsResource(),
"auth0_client_grant": client.NewGrantResource(),
"auth0_global_client": client.NewGlobalResource(),
"auth0_connection": connection.NewResource(),
"auth0_connection_client": connection.NewClientResource(),
"auth0_connection_clients": connection.NewClientsResource(),
Expand Down Expand Up @@ -138,7 +137,6 @@ func New() *schema.Provider {
"auth0_branding": branding.NewDataSource(),
"auth0_branding_theme": branding.NewThemeDataSource(),
"auth0_client": client.NewDataSource(),
"auth0_global_client": client.NewGlobalDataSource(),
"auth0_connection": connection.NewDataSource(),
"auth0_custom_domain": customdomain.NewDataSource(),
"auth0_organization": organization.NewDataSource(),
Expand Down