Skip to content

Commit

Permalink
register other resources and data sources
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Jul 24, 2024
1 parent b032171 commit f79b65e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ func (p *PluralProvider) Resources(_ context.Context) []func() resource.Resource
r.NewServiceContextResource,
r.NewInfrastructureStackResource,
r.NewCustomStackRunResource,
r.NewRbacResource,
r.NewGlobalServiceResource,
r.NewGroupMemberResource,
}
}
Expand All @@ -197,6 +199,9 @@ func (p *PluralProvider) DataSources(_ context.Context) []func() datasource.Data
ds.NewClusterDataSource,
ds.NewGitRepositoryDataSource,
ds.NewProviderDataSource,
ds.NewGroupDataSource,
ds.NewUserDataSource,
ds.NewConfigDataSource,
}
}

Expand Down

0 comments on commit f79b65e

Please sign in to comment.