Skip to content

Releases: cloudposse/terraform-aws-rds

0.4.3

05 Jan 03:02
82f936b
Compare
Choose a tag to compare
Fix enabled/disable behavior (#21)

0.4.2: Update readme yaml file and rebuild md

12 Dec 09:43
61be76b
Compare
Choose a tag to compare

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)

03 Oct 16:00
2bef45e
Compare
Choose a tag to compare
* Added enabled option

* Address PR comments

0.4.0

06 Sep 02:45
ce7a805
Compare
Choose a tag to compare

what

  • Make database_user and database_password optional
  • Make dns_zone_id optional

why

  • #15
  • If snapshot_identifier is provided to restore the database from the snapshot, database_user and database_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

27 Jul 13:57
8e2277d
Compare
Choose a tag to compare

what

  • Regenerate README.md

why

  • Previous version of build-harness has some typos

Migrate to README.yaml format

19 Jul 09:18
d74c7d1
Compare
Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

0.2.8

13 Apr 15:54
8c35873
Compare
Choose a tag to compare

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

09 Nov 15:18
Compare
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
Compare
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
Compare
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