Skip to content

Releases: Datatamer/terraform-aws-rds-postgres

5.0.0

14 Mar 17:44
3e581cf
Compare
Choose a tag to compare

What's Changed

  • DSD-3568: Update for breaking change in provider versions by @creynolds15 in #31

Full Changelog: 4.1.0...5.0.0

4.1.0

07 Sep 15:10
fb45027
Compare
Choose a tag to compare

What's Changed

  • DEV-15188 DEV-15189 - Makes performance insights and multi AZ configurable by @souza-dan in #30

Full Changelog: 4.0.1...4.1.0

4.0.1

04 Aug 19:09
a2da238
Compare
Choose a tag to compare

What's Changed

  • DEV-15168 - Adjusts AWS provider constraints to allow newer versions by @souza-dan in #29

Full Changelog: 4.0.0...4.0.1

4.0.0

25 Jul 17:03
2575468
Compare
Choose a tag to compare
  • Remove unused variables security_group_name, vpc_id, and additional_cidrs

3.1.3

14 Jul 23:02
e5b6aee
Compare
Choose a tag to compare
  • adjusts provider version to be more permissive of newer providers

3.1.2

12 May 15:00
48b1892
Compare
Choose a tag to compare

May 11th 2022

  • Adds idle_in_transaction_session_timeout to parameter group

3.1.1

18 Feb 15:28
00ca2fa
Compare
Choose a tag to compare
  • Updates version file to prevent the major upgrade to the AWS provider version 4.0.
  • Adds new extensions to be ignored in the ".gitignore" file.

3.1.0

09 Nov 14:33
5ff50e8
Compare
Choose a tag to compare

Adds variables enabled_cloudwatch_logs_exports, param_log_min_duration_statement and param_log_statement configuring the logs and its publishing to CloudWatch

3.0.0

29 Jul 16:45
9619819
Compare
Choose a tag to compare
  • Updates default engine version to not specify a minor version
  • Adds new variable auto_minor_version_upgrade to allow AWS to upgrade RDS minor versions

2.1.0

21 Jul 19:15
15d3de7
Compare
Choose a tag to compare
  • Adds tags for RDS Subnet Group.
  • Adds new variable tags to set tags for all resources
  • Deprecates additional_tags in favor of tags