Releases: cloudposse/terraform-aws-rds
Releases · cloudposse/terraform-aws-rds
Fix incorrect origin for DNS host name
What
- Fix incorrect origin for DNS host name
- Remove
timstamp()fromfinal_snapshot_identifierlabel
Why
- DNS name doesn't work
timastamp()causes infinite pending changes
Add storage_encrypted argument
What
- Add storage_encrypted argument
Why
- We need to have option for RDS storage encryption
Add final_snapshot_identifier argument
What
- Add
final_snapshot_identifierargument
Why
- We can't use empty string with
final_snapshot_identifier - We need to have verbose
final_snapshot_identifiername - We should allow users to set own
final_snapshot_identifiername
Add snapshot_identifier
What
- Add
snapshot_identifierargument
Why
- We need this option for restoring RDS instance from the snapshot
Add `db_parameter` option
What
- Add
db_parameteroption
Why
- Sometimes we need to add special parameters to the RDS database
Rename Repo
What
- Rename repo
Why
- To conform to community standard: https://www.terraform.io/docs/registry/modules/publish.html
Propagate `attributes` and `tags` from `variables.tf` to `label` module
Propagate attributes and tags from variables.tf to label module
Initial release
Add Terraform resources (#1) * Add Terraform resources * Fix LICENSE * Add README.md and tests * Fix variable names