Skip to content

Releases: cloudposse/terraform-aws-rds

Fix incorrect origin for DNS host name

09 Nov 15:18

Choose a tag to compare

What

  • Fix incorrect origin for DNS host name
  • Remove timstamp() from final_snapshot_identifier label

Why

  • DNS name doesn't work
  • timastamp() causes infinite pending changes

Add storage_encrypted argument

08 Nov 14:07

Choose a tag to compare

What

  • Add storage_encrypted argument

Why

  • We need to have option for RDS storage encryption

Add final_snapshot_identifier argument

07 Nov 12:53

Choose a tag to compare

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

Add snapshot_identifier

03 Nov 16:50

Choose a tag to compare

What

  • Add snapshot_identifier argument

Why

  • We need this option for restoring RDS instance from the snapshot

Add `db_parameter` option

16 Oct 07:51

Choose a tag to compare

What

  • Add db_parameter option

Why

  • Sometimes we need to add special parameters to the RDS database

Rename Repo

22 Sep 17:57

Choose a tag to compare

What

  • Rename repo

Why

Propagate `attributes` and `tags` from `variables.tf` to `label` module

28 Aug 12:29

Choose a tag to compare

Propagate attributes and tags from variables.tf to label module

Initial release

26 Aug 01:04

Choose a tag to compare

Add Terraform resources (#1)

* Add Terraform resources

* Fix LICENSE

* Add README.md and tests

* Fix variable names