Skip to content

Releases: cloudposse/terraform-aws-rds-cluster

0.18.0 Add RDS Backtrack support

16 Oct 16:26
Compare
Choose a tag to compare

what

  • Add RDS Backtrack support

why

  • RDS Aurora supports it now

0.17.0 Add global cluster support. Add IAM roles support

20 Sep 02:34
Compare
Choose a tag to compare

what

  • Add global cluster support. Add IAM roles support

why

  • New parameters that aws_rds_cluster supports now

0.16.0 Convert to TF 0.12. Add tests. Add Codefresh test pipeline

05 Jul 15:34
946a7a2
Compare
Choose a tag to compare

what

  • Port module to Terraform 0.12
  • Pin all providers
  • Add example for testing
  • Add bats and terratest for the example
  • Add Codefresh badge to point to the test pipeline in terraform-modules project
  • Update README

why

  • Module currently does not work with 0.12. Much easier syntax
  • Better regression control
  • Automatically test the example on every commit and pull request
  • Provision resources on AWS in the test account and check the outputs for the correct values
  • terraform-modules project contains pipelines for all terraform modules

0.15.0 Add cluster and reader DNS names

15 Apr 01:21
b0586fb
Compare
Choose a tag to compare

what

  • Add cluster and reader DNS names

why

  • The default DNS names can conflict with other database clusters when deployed together (e.g. DocumentDB for Codefresh on-prem)

0.14.0: Added delete protection (#48)

12 Apr 20:57
5b54845
Compare
Choose a tag to compare
* Added delete protection

* Added delete protection

* Fix output

* Fix output

* Fix output

* Fix output

* Fix output

* Rename arn

* Added dbi_resources_ids output

* Added dbi_resources_ids output

* Output cluster resource id

* Fix formatting

0.13.0 Add instance availability zone

12 Apr 16:04
Compare
Choose a tag to compare

what

  • Add instance availability zone

why

  • Optional parameter to place cluster instance in a specific availability zone, empty will place randomly

0.12.0 Add variables `kms_key_id` and `enabled_cloudwatch_logs_exports`

07 Mar 21:17
Compare
Choose a tag to compare

what

  • Add variables kms_key_id and enabled_cloudwatch_logs_exports

why

  • Missing config parameters

0.11.0 Remove `password` output

01 Feb 20:26
0f25ce5
Compare
Choose a tag to compare

what

  • Remove password output

why

  • No longer supported by Terraform aws_rds_cluster
Error: Error running plan: 1 error(s) occurred:

* module.aurora_postgres.output.password: Resource 'aws_rds_cluster.default' does not have attribute 'master_password' for variable 'aws_rds_cluster.default.*.master_password'
  • Better for security

0.10.0 Add Aurora cluster autoscaling

10 Jan 00:54
39d79cf
Compare
Choose a tag to compare

what

why

  • To be able to scale the read replica count up/down depending on cluster utilization

0.9.0 Add Performance Insights settings

09 Jan 16:23
5248aa1
Compare
Choose a tag to compare

what

  • Add Performance Insights settings

why