Add identity resource

This commit is contained in:
Julien Dessaux 2023-09-24 01:23:50 +02:00
parent b59971e686
commit 4f77442eff
Signed by: adyxax
GPG key ID: F92E51B86E07177E
8 changed files with 327 additions and 28 deletions

View file

@ -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,
}
}