Skip to content

Releases: Datatamer/terraform-aws-tamr-config

v3.0.0

13 Mar 23:28
a6f6f21
Compare
Choose a tag to compare

3.0.0 (2024-03-13)

Features

  • add back additional vars (26dee85)
  • move to a single config template (bc1b708)

BREAKING CHANGES

  • new output of tamr_config_file

2.6.0

14 Sep 18:32
2fb0c58
Compare
Choose a tag to compare

What's Changed

  • SUP-5926: Add emr_security_configuration variable by @skalish in #42

Full Changelog: 2.5.0...2.6.0

2.5.0

29 Aug 22:13
d4ac4e9
Compare
Choose a tag to compare

What's Changed

  • DEV-15174 - feat: add variable for specifying TAMR_DATASET_EMR_CLUSTER_NAME_PREFIX by @skalish in #41

Full Changelog: 2.4.5...2.5.0

2.4.5

05 Aug 19:28
b331644
Compare
Choose a tag to compare

What's Changed

  • DEV-15088 - adds emrfs-site property to examples required for reliable s3-dist-cp by @souza-dan in #37
  • CA-164 - Add S3 server access logging feature to ephemeral spark example by @skalish in #38
  • DEV-15168 - Removes AWS provider requirement by @souza-dan in #39

New Contributors

Full Changelog: 2.4.4...2.4.5

2.4.4

17 Jun 18:00
71cc4c0
Compare
Choose a tag to compare
  • Allows emr_service_access_sg_id to make it visible in the render file.

2.4.3

06 Jun 22:59
6119513
Compare
Choose a tag to compare
  • Enable NatGateway on complete example for multi-region support.
  • Added availability zone filters on data sources for the complete example.

2.4.1

03 May 20:43
42f3da4
Compare
Choose a tag to compare
  • Adds "examples/tf13-compatible" directory which hosts examples to allow the use of terraform version 0.13.7

2.4.0

07 Mar 15:41
359ecdf
Compare
Choose a tag to compare
  • Updates complete example to integrate Cloudwatch for Tamr VM and EMR Cluster
  • Updates examples to use new versions of modules
  • Adds terratest examples.

2.3.0

22 Oct 18:29
7c7accc
Compare
Choose a tag to compare
  • Update to how ES config is managed
  • If es_domain_endpoint is set to an empty string, configuration is automatically set to use local ES
  • New variable es_enabled created

2.2.0

10 Aug 22:11
d5926ed
Compare
Choose a tag to compare
  • Adds variable emr_tags that is passed to the config TAMR_DATASET_EMR_CLUSTER_TAGS into the file
  • Updates examples to use new versions of modules