feat(provider): add repositories data-source
This commit is contained in:
parent
2063f5ffef
commit
f04d7b341d
10 changed files with 1171 additions and 173 deletions
|
@ -81,6 +81,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{
|
||||
NewOrganizationsDataSource,
|
||||
NewRepositoriesDataSource,
|
||||
NewTeamsDataSource,
|
||||
NewUsersDataSource,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue