parent
b3d51bca03
commit
c9449084fc
6 changed files with 232 additions and 0 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,
|
||||
NewTeamsDataSource,
|
||||
NewUsersDataSource,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue