Skip to content

Commit

Permalink
DXCDT-450: Removing auth0_global_client resource (#704)
Browse files Browse the repository at this point in the history
Co-authored-by: Will Vedder <[email protected]>
Co-authored-by: Sergiu Ghitea <[email protected]>
  • Loading branch information
3 people authored Jul 13, 2023
1 parent bc8931a commit 408384e
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 1,223 deletions.
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

0 comments on commit 408384e

Please sign in to comment.