Releases: cloudposse/terraform-aws-rds
Releases · cloudposse/terraform-aws-rds
0.4.3
0.4.2: Update readme yaml file and rebuild md
what
- updated
README.yaml
file - add tags and categories
- rebuild
README.md
file
why
- need to add categories and tags so we can pull them into the documentation
0.4.1: Added enabled option (#18)
* Added enabled option * Address PR comments
0.4.0
what
- Make
database_user
anddatabase_password
optional - Make
dns_zone_id
optional
why
- #15
- If
snapshot_identifier
is provided to restore the database from the snapshot,database_user
anddatabase_password
are not required and TF should not ask for it - Not all applications require creating Route53 sub-domains for the DB host
Regenerate README.md
what
- Regenerate
README.md
why
- Previous version of build-harness has some typos
Migrate to README.yaml format
what
- Add
README.yaml
why
- Standardize README
0.2.8
what
- Use
splat + join
syntax for outputs from resources with counts - Added TravisCI
why
- To address the issue #10
- To fix terraform warnings
Warning: output "parameter_group_id": must use splat syntax to access aws_db_parameter_group.default attribute "id", because it has "count" set; use aws_db_parameter_group.default.*.id to obtain a list of the attributes across all instances
Fix incorrect origin for DNS host name
What
- Fix incorrect origin for DNS host name
- Remove
timstamp()
fromfinal_snapshot_identifier
label
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_identifier
argument
Why
- We can't use empty string with
final_snapshot_identifier
- We need to have verbose
final_snapshot_identifier
name - We should allow users to set own
final_snapshot_identifier
name