Skip to content

Commit 477cc2b

Browse files
committed
Handling inconsistent tabs vs spaces
1 parent a4fc369 commit 477cc2b

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
@@ -97,8 +97,8 @@ resource "elasticstack_elasticsearch_index_template" "test" {
9797
9898
index_patterns = ["%s-logs-*"]
9999
100-
composed_of = ["%s-logs-updated@custom"]
101-
ignore_missing_component_templates = ["%s-logs-updated@custom"]
100+
composed_of = ["%s-logs-updated@custom"]
101+
ignore_missing_component_templates = ["%s-logs-updated@custom"]
102102
103103
template {
104104
alias {

0 commit comments

Comments
 (0)