Add jobs datasource

This commit is contained in:
Julien Dessaux 2023-06-25 00:33:39 +02:00
parent 575c4ed228
commit 271ce93387
Signed by: adyxax
GPG key ID: F92E51B86E07177E
4 changed files with 450 additions and 2 deletions

View file

@ -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,
}
}