Skip to content

Releases: cloudposse/terraform-aws-rds

0.6.0 Add possibility to use an existing KMS key to encrypt storage

08 May 14:24

Choose a tag to compare

what

  • Add kms_key_arn variable

why

  • Use an existing KMS key to encrypt storage

0.5.0 Add support for license_model and db_option_group parameters

14 Mar 16:46

Choose a tag to compare

what

  • Add support for license_model parameter
  • Add support for db_option_group parameter

why

  • license_model parameter required for some engines like SQL Server. Defaults to empty string, and AWS will fill this in with open source database engines, but it's required for commercial ones
  • The module will always create db_option_group, but the user can point to an existing one
  • The parameters are supported by https://www.terraform.io/docs/providers/aws/r/db_instance.html

0.4.4 Fix `vpc_security_group_ids`

07 Jan 22:18
ace87ea

Choose a tag to compare

what

  • Fix vpc_security_group_ids
  • Update README and LICENSE

why

0.4.3

05 Jan 03:02
82f936b

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

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

Choose a tag to compare

* Added enabled option

* Address PR comments

0.4.0

06 Sep 02:45
ce7a805

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

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

Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

0.2.8

13 Apr 15:54
8c35873

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