Skip to content

Releases: idealo/terraform-aws-opensearch

v1.4.1

23 May 08:04
b0f2ed6
Compare
Choose a tag to compare

1.4.1 (2023-05-23)

Bug Fixes

  • master_user_arn: don't create a role_mapping when using internal_user_database (#35) (b0f2ed6)

v1.4.0

16 May 08:13
Compare
Choose a tag to compare

1.4.0 (2023-05-16)

Bug Fixes

  • security_options: interbal DB and role ARN conditional (e3d8c86)

Features

  • advance settings: Add variables to control it (fb04bca)
  • encryption: Allow disable/enable from var (a183c36)

v1.3.1

12 May 07:28
4fc9b37
Compare
Choose a tag to compare

1.3.1 (2023-05-12)

Bug Fixes

  • options: remove the defaults for advanced_options (#30) (4fc9b37)

v1.3.0

04 May 10:18
26ffc86
Compare
Choose a tag to compare

1.3.0 (2023-05-04)

Features

  • parameterize additional opensearch domain options (#28) (26ffc86)

v1.2.0

01 Mar 15:02
ad5ab44
Compare
Choose a tag to compare

1.2.0 (2023-03-01)

Features

  • dns: allow for private DNS zone record creation (#27) (ad5ab44)

v1.1.0

06 Jan 13:23
ee8c8c7
Compare
Choose a tag to compare

1.1.0 (2023-01-06)

Features

  • module: add support to customize vpc and ebs options (ee8c8c7)

v1.0.0

12 May 13:17
2c4422d
Compare
Choose a tag to compare

1.0.0 (2022-05-12)

chore

  • deps: bump phillbaker/elasticsearch from 1.6.0 to 2.0.0 (#13) (2c4422d)

BREAKING CHANGES

  • deps: All deprecated elasticsearch_opendistro_* resources have been renamed to elasticsearch_opensearch_*.
    After upgrading the module version you have to import/delete all elasticsearch_* resources:

    for OLD_NAME in $(terraform state list | grep \.elasticsearch_opendistro_); do
      NEW_NAME="${OLD_NAME/.elasticsearch_opendistro_/.elasticsearch_opensearch_}"
      IDENTIFIER="$(perl -ne '/\["(.+)"\]/ && print "$1\n";' <<< "${OLD_NAME}")"
    
      terraform import "${NEW_NAME}" "${IDENTIFIER}" && terraform state rm "${OLD_NAME}"
    done

v0.3.0

22 Apr 16:16
c1113eb
Compare
Choose a tag to compare

0.3.0 (2022-04-22)

Features

  • saml: add optional master_backend_role and master_user_name params (#9) (c1113eb)

v0.2.1

16 Dec 12:11
2379ae7
Compare
Choose a tag to compare

0.2.1 (2021-12-16)

Bug Fixes

  • use empty string as default instead of null (0b5d0f8)

v0.2.0

15 Dec 09:38
f9d64d3
Compare
Choose a tag to compare
Second release