Skip to content

Releases: DNXLabs/terraform-aws-opensearch

1.2.1

19 Dec 04:37
50520ae
Compare
Choose a tag to compare

What's Changed

  • Using autogenerated password and outputs to SSM by @adenot in #22

New Contributors

Full Changelog: 1.2.0...1.2.1

1.2.0

18 Dec 01:56
afe3824
Compare
Choose a tag to compare

What's Changed

  • create user and password for ES by @dougdnx in #20
  • Enable only user and pass or master password by @dougdnx in #21

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0

11 Sep 03:03
5f3204b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

17 Jul 01:19
d52bc28
Compare
Choose a tag to compare

What's Changed

  • add variables for security options and endpoint creation by @Rasmnev in #18
  • cluster_version now receives full version name instead of OpenSearch version number

Beaking Change

Previously this variable only allowed for the use of OpenSearch distributions because it was used like this:
elasticsearch_version = "OpenSearch_${var.cluster_version}"
In order to use ElasticSearch opensource versions available in AWS the cluster_version variable should now include the full version name:

  • ElasticSearch 7.10 -> `cluster_version = "7.10"
  • OpenSearch 2.0 -> `cluster_version = "OpenSearch_2.0"

New Contributors

Full Changelog: 0.8.3...1.0.0

0.8.3

22 Nov 03:52
5d920b1
Compare
Choose a tag to compare

What's Changed

  • Adding support for Cluster advanced configuration options

0.8.2

22 Nov 01:29
047f660
Compare
Choose a tag to compare

What's Changed

  • Adding support for Advanced Security Options

0.8.1

26 Oct 00:11
74a8eed
Compare
Choose a tag to compare

What's Changed

  • fixing deprecated aws_subnet_ids

0.8.0

11 Aug 03:41
2ff78ee
Compare
Choose a tag to compare

What's Changed

  • Configuring logs by @mvsnogueira-dnx in #10
  • Adding option to multiple logs
  • Creating variable to create or not SAML Configurations

New Contributors

Full Changelog: 0.7.0...0.8.0

0.7.0

14 Jul 07:36
54e54ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

14 Jul 04:19
4366745
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.5...0.6.0