Releases: cloudposse/terraform-aws-rds-cluster
Releases · cloudposse/terraform-aws-rds-cluster
0.18.0 Add RDS Backtrack support
what
- Add RDS Backtrack support
why
- RDS Aurora supports it now
0.17.0 Add global cluster support. Add IAM roles support
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
what
- Port module to Terraform 0.12
- Pin all providers
- Add example for testing
- Add
bats
andterratest
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
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)
* 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
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`
what
- Add variables
kms_key_id
andenabled_cloudwatch_logs_exports
why
- Missing config parameters
0.11.0 Remove `password` output
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
what
- Add Aurora cluster autoscaling
why
- To be able to scale the read replica count up/down depending on cluster utilization