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 a4fc369 commit 477cc2bCopy full SHA for 477cc2b
internal/elasticsearch/index/template_test.go
@@ -97,8 +97,8 @@ resource "elasticstack_elasticsearch_index_template" "test" {
97
98
index_patterns = ["%s-logs-*"]
99
100
- composed_of = ["%s-logs-updated@custom"]
101
- ignore_missing_component_templates = ["%s-logs-updated@custom"]
+ composed_of = ["%s-logs-updated@custom"]
+ ignore_missing_component_templates = ["%s-logs-updated@custom"]
102
103
template {
104
alias {
0 commit comments