Releases: hyprnz/terraform-aws-data-storage-module
v4.2.0
v4.1.2
v4.1.1
v4.1.0
Major module release
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
Revert to the previous argument name
Update deprecated argument
Update deprecated argument
Update deprecated argument
Update deprecated argument
Replace map with tomap
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
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.