Add identity resource
This commit is contained in:
parent
b59971e686
commit
4f77442eff
8 changed files with 327 additions and 28 deletions
|
@ -70,6 +70,7 @@ func (p *Provider) Configure(ctx context.Context, req provider.ConfigureRequest,
|
|||
|
||||
func (p *Provider) Resources(ctx context.Context) []func() resource.Resource {
|
||||
return []func() resource.Resource{
|
||||
NewIdentityResource,
|
||||
NewProjectResource,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue