Skip to content

Commit

Permalink
Remove example data source
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Jul 13, 2024
1 parent 9f433b3 commit b12bff0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 164 deletions.
24 changes: 0 additions & 24 deletions docs/data-sources/example.md

This file was deleted.

105 changes: 0 additions & 105 deletions internal/provider/example_data_source.go

This file was deleted.

32 changes: 0 additions & 32 deletions internal/provider/example_data_source_test.go

This file was deleted.

4 changes: 1 addition & 3 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,7 @@ func (p *NetboxBGPProvider) Resources(ctx context.Context) []func() resource.Res
}

func (p *NetboxBGPProvider) DataSources(ctx context.Context) []func() datasource.DataSource {
return []func() datasource.DataSource{
NewExampleDataSource,
}
return []func() datasource.DataSource{}
}

func New(version string) func() provider.Provider {
Expand Down

0 comments on commit b12bff0

Please sign in to comment.