v8.5.0
Upgrade to go 1.19
Upgrade to terraform SDK 2.24.0
Tested on ELK 8.5.0
Fix some issues:
- #30 Crash when setting metadata
- #27 query field: expected value of type [string] but got [Object]
- #25 pipeline.worker setting requires input to be int
Breaking change on ressource kibana_logstash_pipeline
. Settings is now a TypeSet
with defined items instead a TypeMap. You need to handle this on tfstate and you need to change your terraform code. Look PR #32