Skip to content

Releases: disaster37/terraform-provider-kibana

v8.5.3

02 Oct 08:12
c397f5f
Compare
Choose a tag to compare

v8.5.2

08 Nov 13:09
Compare
Choose a tag to compare
fix: fix acc test

Signed-off-by: disaster37 <[email protected]>

v8.5.0

08 Nov 09:15
54cc0af
Compare
Choose a tag to compare

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

09 Mar 14:58
Compare
Choose a tag to compare
  • Fix issue #21. Now name on kibana_user_space is required.
  • Fix some issues on suppressEquivalentNDJSON

v8.0.0

08 Mar 16:39
Compare
Choose a tag to compare

v7.16.0

10 Jan 16:09
df797b8
Compare
Choose a tag to compare

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

06 Sep 13:27
Compare
Choose a tag to compare

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

06 Sep 12:04
6e9e806
Compare
Choose a tag to compare

Fix enhance #19

Breaking change

You need o rename field name to uid on kibana_user_space resources. You can now also set name if you want.

v7.12.9

03 Sep 08:38
429066e
Compare
Choose a tag to compare
Fixe issue #10 (#18)

Signed-off-by: disaster37 <[email protected]>

v7.12.8

02 Sep 12:45
1fb8ac0
Compare
Choose a tag to compare
Upgrade to kibana 7.12 (#17)

Signed-off-by: disaster37 <[email protected]>