Skip to content

Commit

Permalink
Add back example data source for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danafallon committed Jul 22, 2024
1 parent 93697a3 commit 33b9c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ 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 33b9c7f

Please sign in to comment.