Implemented identities datasource
This commit is contained in:
parent
ec8e96003f
commit
6642a66a1d
6 changed files with 262 additions and 0 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{
|
||||
NewIdentitiesDataSource,
|
||||
NewJobsDataSource,
|
||||
NewProjectsDataSource,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue