Skip to content

Releases: hyprnz/terraform-aws-data-storage-module

v4.2.0

30 Oct 23:09
86544a4
Compare
Choose a tag to compare

4.2.0 (2024-10-30)

Features

  • dynamodb: Add support for enabling dynamodb insights (86544a4)

v4.1.2

30 Jul 20:06
c3ff147
Compare
Choose a tag to compare

4.1.2 (2024-07-30)

Bug Fixes

  • release: trigger release for iam policy change (c3ff147)

v4.1.1

19 Jul 02:53
559e884
Compare
Choose a tag to compare

4.1.1 (2024-07-19)

Bug Fixes

  • policy: allow the DeleteItem action in the DynamoDB access policy (559e884)

v4.1.0

11 Jul 10:36
946a593
Compare
Choose a tag to compare

4.1.0 (2024-07-11)

Features

  • add a variable iam_resource_path, so the IAM policies can be created under a path (b5ec6af)

Major module release

12 Dec 23:33
1152c70
Compare
Choose a tag to compare

Release includes upgrades for the latest Terraform & AWS provider version support. Includes refactoring of variables.

Upgrading from previous versions should be tested in downstream environments to confirm datastore resources do not invoke a destroy & recreate action.

Full Changelog: 3.5.0...4.0.0

Revert to the previous argument name

24 Aug 04:26
Compare
Choose a tag to compare

Revert to the previous argument name

Update deprecated argument

24 Aug 03:18
Compare
Choose a tag to compare

Update deprecated argument

Update deprecated argument

24 Aug 03:17
Compare
Choose a tag to compare

Update deprecated argument

Replace map with tomap

22 Aug 05:41
Compare
Choose a tag to compare

The "map" function was deprecated in Terraform v0.12 and is no longer available. Replace it with tomap({ ... }) syntax to write a literal map.

RDS Updates & AWS Provider constraints

23 Mar 21:29
fe0f452
Compare
Choose a tag to compare

This release adds the following configuration for RDS implementation:

  • Custom parameter groups
  • Enabling / disabling of IAM authentication
  • Sending RDS logs to CloudWatch by default
  • Updated RDS example to include the creation of a parameter group

Other updates

  • Reformatted readme file to include release list and a new table of contents
  • Capped the aws provider version at < 4.0.0 until we can properly support the new version

Please see the READ for more info on the above. There are no specific requirements or constraints when upgrading the module from the previous release.