Skip to content

Releases: telia-oss/terraform-aws-rds-cluster

v4.0.0

06 Apr 07:18
6c08eec
Compare
Choose a tag to compare

We've changed:

  • Upgraded to Terraform 0.14
  • Moved many internally used variables to locals to add flexibility and capabilities

We've added:

  • CloudWatch Metrics Alarm for DatabaseConnections_writer and CPU_writer
  • SNS subscription for default DB instance
  • Autoscaling
  • RDS Serverless example
  • Many new variables that can be passed to the module to configure the DB further

v3.2.1

09 Mar 08:50
b6f1615
Compare
Choose a tag to compare

Added:

  • export reader_endpoint output variable

v3.2.0

15 Sep 08:36
e867475
Compare
Choose a tag to compare

This release changes the life-cycle behavior of the RDS Instance and IAM roles attached to it (see iam_roles, a new optional attribute), if the list of IAM Roles is updated outside of the module is updated it is now ignored.

v3.1.0

02 Sep 09:18
3a04809
Compare
Choose a tag to compare

This release changes the life-cycle behavior of the RDS Instance and prevents a create/destroy operation if the database engine is updated.

v3.0.1

28 Nov 08:52
4f9d783
Compare
Choose a tag to compare

Fix quotes warning

v3.0.0

31 Jul 07:39
d991514
Compare
Choose a tag to compare

Added scaffolding for a terratest suite.

v2.0.0

19 Jul 11:18
8faf5fd
Compare
Choose a tag to compare

Upgraded to support terraform >= 0.12.

v1.0.0

19 Jul 08:20
06621dc
Compare
Choose a tag to compare

Final release before 0.12 upgrade.

v0.5.0

29 May 06:34
06621dc
Compare
Choose a tag to compare
  • Changed storage_encrypted to be true by default, since it is a best practice. Thanks @glennbech!