- Add support for
hosted_zone_id
output to allow forALIAS
DNS record creation.
- Add support for triggering a final snapshot with
skip_final_snapshot
. - Add support for naming the final snapshot with
final_snapshot_identifier
and copying existing tags withcopy_tags_to_snapshot
.
- Fix support for
auto_minor_version_upgrade
.
- Add support for Terraform 0.7.
- Convert comma-delimited variables with lists types.
- Ensure that numeric variables are strings.
- Replace hardcoded database ports with
database_port
variable
- Add support for
auto_minor_version_upgrade
. - Remove security, subnet, and parameter groups.
- Add
database_security_group_id
as output. - Add support for custom CloudWatch alarm thresholds.
- Add database identifier to alarm names to ensure multiple instances do not conflict within a single AWS account.
- Add RDS instance id in output
id
.
- Remove hardcoded identifiers and interpolate
database_name
to create unique resource names.
- Add support for CloudWatch alarm actions.
- Fix CloudWatch metrics associations with RDS.
- Fix default RDS instance type to
db.t2.micro
.
- Initial release.