func()

in internal/provider/provider.go [78:80]


func (p *AlzProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse) {
	resp.Schema = gen.AlzProviderSchema(ctx)
}