Add jobs datasource
This commit is contained in:
parent
575c4ed228
commit
271ce93387
4 changed files with 450 additions and 2 deletions
|
@ -76,6 +76,7 @@ func (p *Provider) Resources(ctx context.Context) []func() resource.Resource {
|
|||
|
||||
func (p *Provider) DataSources(ctx context.Context) []func() datasource.DataSource {
|
||||
return []func() datasource.DataSource{
|
||||
NewJobsDataSource,
|
||||
NewProjectsDataSource,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue