Skip to content

Commit 37036cc

Browse files
committed
Kibana spaces data source
1 parent daea8a2 commit 37036cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/kibana/spaces/models.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type dataSourceModel struct {
88
Spaces []model `tfsdk:"spaces"`
99
}
1010

11-
// model maps coffees schema data.
11+
// model maps spaces schema data.
1212
type model struct {
1313
ID types.String `tfsdk:"id"`
1414
Name types.String `tfsdk:"name"`

0 commit comments

Comments
 (0)