Skip to content

Commit

Permalink
Forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
danafallon committed Jul 23, 2024
1 parent d6ccb8a commit cfc5f65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
24 changes: 0 additions & 24 deletions docs/data-sources/example.md

This file was deleted.

1 change: 0 additions & 1 deletion internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ func (p *ArtieProvider) Resources(ctx context.Context) []func() resource.Resourc

func (p *ArtieProvider) DataSources(ctx context.Context) []func() datasource.DataSource {
return []func() datasource.DataSource{
NewExampleDataSource,
NewDeploymentsDataSource,
}
}
Expand Down

0 comments on commit cfc5f65

Please sign in to comment.