Releases: binbashar/terraform-aws-rds-export-to-s3
Releases · binbashar/terraform-aws-rds-export-to-s3
v0.4.3 🌈
v0.4.2 🌈
Release Notes
🐛 Fixes
- Allow triggering from manual snapshots #13 (See issue #12)
- Update the regex for triggering from snapshot so that a colon is not required and therefore it's possible to trigger from manual snapshots.
✨ Enhancements
- Also updated the docs to instruct how to name the manual snapshot.
- At the same time, took the chance to indicate some required params in the docs.
We hope these new features will enhance your experience with our binbash Leverage™ IaC Lib module.
Special thanks tp @ejskipper for her contributions! 👏🏼 🚀
v0.4.1 🌈
Release Notes
✨ Enhancements
- Update descriptions at
variables.tf
- Update README.md using terraform-docs
We hope these new features will enhance your experience with our binbash Leverage™ IaC Lib module.
v0.4.0 🌈
Release Notes
🚀 New Features
- Added an Export to S3 module in the database-mysql layer, which allows users to easily export their data to an Amazon S3 bucket for secure and scalable storage.
- Implemented support for Non-Cluster RDS instances, providing users with more flexibility in their database configurations.
We hope these new features will enhance your experience with our binbash Leverage™ IaC Lib module.
v0.3.0
v0.3.0
- bumped github.com/terraform-aws-modules/terraform-aws-lambda v2.7.0 -> v2.23.0
- added multi-regions support via providers/aliases
- added multi-region example
- updated resource naming pattern to ${local.prefix}resource-name${local.postfix} (default: resource-name-) to avoid naming collisions with multi-regions
v0.2.0
v0.2.0
- minor fixes
- CMK KMS is optional, controlled by 'create_customer_kms_key' variable or 'customer_kms_key_arn' is used
- Monitor SN is optional, contoller by 'create_notifications_topic' or 'notifications_topic_arn' is used
- added S3 prefix for exports
- multi-events can be defined in 'rds_event_ids'
- multi-DBs are supported with 'database_names'
- removed duplicating S3 name/arn
- 'prefix' is optional now
- updated example
- added S3 prefix func
- refactored functions to support changes
- updated policies to support changes
- S3 prefix as in 'snapshots_bucket_prefix'
v0.1.0
Init Version
Terraform Module: RDS Snapshots Export To S3
Terraform module that deploys Lambda functions that take care of triggering and monitoring exports of RDS snapshots to S3.