Releases: disaster37/terraform-provider-kibana
Releases · disaster37/terraform-provider-kibana
v8.5.3
v8.5.2
fix: fix acc test Signed-off-by: disaster37 <[email protected]>
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
v8.0.1
v8.0.0
- Fix code to work with Kibana 8.x
- Use https://github.com/elastic/go-ucfg istead json to compare JSON object
v7.16.0
Upgrade some libs:
- Upgrade to golang 1.17
- Upgrade to terraform SDK 2.10.1
Feature:
Add data source kibana_host
, thx for the PR
v7.12.11
Breaking change
On resource kibana_copy_object, now the field overwrite is set to false and the new field create_new_copies is set to true
v7.12.10
v7.12.9
Fixe issue #10 (#18) Signed-off-by: disaster37 <[email protected]>
v7.12.8
Upgrade to kibana 7.12 (#17) Signed-off-by: disaster37 <[email protected]>