Skip to content

Commit e847a30

Browse files
committed
Kibana spaces data source
1 parent c64fc06 commit e847a30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/data-sources/kibana_spaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ provider "elasticstack" {
1919
}
2020
2121
data "elasticstack_kibana_spaces" "all_spaces" {
22-
22+
2323
}
2424
```
2525

examples/data-sources/elasticstack_kibana_spaces/data-source.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ provider "elasticstack" {
55
}
66

77
data "elasticstack_kibana_spaces" "all_spaces" {
8-
8+
99
}

0 commit comments

Comments
 (0)