Skip to content

Releases: cloudposse/terraform-aws-rds

0.19.0 Add Monitoring Interval

09 Apr 23:16
640708d
Compare
Choose a tag to compare

what

  • monitoring_interval variable added

why

  • This allow enabled the monitoring interval for the RDS instance

0.18.0 Add identifier of the CA certificate for the DB instance

10 Feb 19:13
e5d754e
Compare
Choose a tag to compare

what

  • Add identifier of the CA certificate for the DB instance

why

  • Add missing ca_cert_identifier setting, it's supported on RDS instances

0.17.0 Use the latest label module to support the `environment` attribute

06 Jan 04:58
Compare
Choose a tag to compare

what

  • Use the latest label module to support the environment attribute

why

  • Allow the environment attribute to be passed to included modules
  • Useful for naming resources

0.9.3 Bugfix: support old Postgres versions and allow upgrade

08 Nov 18:43
Compare
Choose a tag to compare

what

  • Bugfix: support old Postgres versions
  • Allow database upgrade

why

  • The code failed for Postgres engine versions below 10 because the computed_major_engine_version returned 9 instead of 9.x.
  • It also failed for upgrades to an existing database because of issues with creating an option group with the same

0.16.0 Add variable `enabled_cloudwatch_logs_exports`

06 Nov 18:23
Compare
Choose a tag to compare

what

  • Add variable enabled_cloudwatch_logs_exports

why

  • RDS supports enabled_cloudwatch_logs_exports to enable exporting to CloudWatch logs

0.15.0 Add RDS Performance Insights arguments

02 Nov 05:29
Compare
Choose a tag to compare

what

  • Add RDS Performance Insights arguments

why

Allow to configure Performance Insights for RDS

0.14.0 Add standalone ingress/egress rules to the RDS security group. Change AWS region for tests

22 Oct 18:26
85f6af3
Compare
Choose a tag to compare

what

  • Add standalone ingress/egress rules to the RDS security group
  • Change AWS region for tests

why

  • Inlined security group rules force re-creation when a separate rule is added to the security group in a top-level module using aws_security_group_rule (aws_security_group_rule and inline rules don't mix)

  • us-west-1 is a limited region, e.g. it has different names of AZs for different AWS accounts

0.9.2 Add standalone ingress/egress rules to the RDS security group. Add `allowed_cidr_blocks`

22 Oct 18:56
dee017f
Compare
Choose a tag to compare

what

  • Add standalone ingress/egress rules to the RDS security group
  • Add allowed_cidr_blocks

why

  • Inlined security group rules force re-creation when a separate rule is added to the security group in a top-level module using aws_security_group_rule (aws_security_group_rule and inline rules don't mix)

notes

0.13.0 Add `allowed_cidr_blocks` support for RDS Security Group

19 Oct 01:42
Compare
Choose a tag to compare

what

  • Add allowed_cidr_blocks support for RDS Security Group

why

0.12.1

12 Oct 10:45
d5c5534
Compare
Choose a tag to compare

what

  • fix of computing major version in case of postgres engine

why

  • there is a different pattern for postrges versioning, so this fix respects it