Skip to content

Commit a4fc369

Browse files
committed
Handling inconsistent tabs vs spaces
1 parent 79fbc8a commit a4fc369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/elasticsearch/index/template_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ resource "elasticstack_elasticsearch_index_template" "test" {
6161
priority = 42
6262
index_patterns = ["%s-logs-*"]
6363
64-
composed_of = ["%s-logs@custom"]
65-
ignore_missing_component_templates = ["%s-logs@custom"]
64+
composed_of = ["%s-logs@custom"]
65+
ignore_missing_component_templates = ["%s-logs@custom"]
6666
6767
template {
6868
alias {

0 commit comments

Comments
 (0)