Closed kerwanp closed 2 years ago
In the func suppressEquivalentNDJSON(k, old, new string, d *schema.ResourceData) bool we check that the number of splices is the same.
func suppressEquivalentNDJSON(k, old, new string, d *schema.ResourceData) bool
Kibana will always return the result without any blank lines, but when importing we usually have at least one (for example when using EOF).
@disaster37
Thanks, i will look that
In the
func suppressEquivalentNDJSON(k, old, new string, d *schema.ResourceData) bool
we check that the number of splices is the same.Kibana will always return the result without any blank lines, but when importing we usually have at least one (for example when using EOF).