Skip to content

Commit daea8a2

Browse files
committed
Kibana spaces data source
1 parent 64a5c54 commit daea8a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/kibana/spaces/data_source.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ func (d *dataSource) Configure(_ context.Context, req datasource.ConfigureReques
4040

4141
client, diags := clients.ConvertProviderData(req.ProviderData)
4242
resp.Diagnostics.Append(diags...)
43+
if resp.Diagnostics.HasError() {
44+
return
45+
}
4346

4447
kibanaClient, err := client.GetKibanaClient()
4548
if err != nil {

0 commit comments

Comments
 (0)