Implemented project resource
This commit is contained in:
parent
3d60272592
commit
64ac1f44e0
3 changed files with 162 additions and 16 deletions
|
@ -70,7 +70,9 @@ func (p *Provider) Configure(ctx context.Context, req provider.ConfigureRequest,
|
|||
}
|
||||
|
||||
func (p *Provider) Resources(ctx context.Context) []func() resource.Resource {
|
||||
return []func() resource.Resource{}
|
||||
return []func() resource.Resource{
|
||||
NewProjectResource,
|
||||
}
|
||||
}
|
||||
|
||||
func (p *Provider) DataSources(ctx context.Context) []func() datasource.DataSource {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue