We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fbc8a commit a4fc369Copy full SHA for a4fc369
internal/elasticsearch/index/template_test.go
@@ -61,8 +61,8 @@ resource "elasticstack_elasticsearch_index_template" "test" {
61
priority = 42
62
index_patterns = ["%s-logs-*"]
63
64
- composed_of = ["%s-logs@custom"]
65
- ignore_missing_component_templates = ["%s-logs@custom"]
+ composed_of = ["%s-logs@custom"]
+ ignore_missing_component_templates = ["%s-logs@custom"]
66
67
template {
68
alias {
0 commit comments