Open vicioussn opened 2 years ago
Hi,
params is a list of strings, made for the older preprocessors which took a handful of distinct arguments (and under the hood it was combined with newline characters to form one string)
as a side effect, for javascript it still expects a list of strings (and internally splits / joins)
Try doing similar to https://github.com/tpretz/terraform-provider-zabbix/blob/a9d578dd02846b7c2085c6da861f74716a18a351/provider/resource_item_agent_test.go#L263
See if that helps
Hi!
Yep thanks, will try in 1-2-3 weeks!
Hello!
If you provide multiline preprocessor parameter, apply will want to re-apply the code.
Here is the code piece:
Here is what it want to change: