Skip to content

Releases: cloudposse/terraform-aws-rds-cluster

0.3.5

11 May 04:02
df90b4e

Choose a tag to compare

what

  • Add enabled flag
  • Set to false to prevent the module from creating any resources

why

  • For some projects (e.g. terraform-root-modules pattern) it's desirable to have the module in the project, but be able to prevent it from creating any resources

test

variable "enabled" {
  default  = "false"
}
No changes. Infrastructure is up-to-date.

This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.

0.3.4

30 Mar 17:04
880393d

Choose a tag to compare

what

  • Fix README and examples

why

  • Wrong DB engine used

0.3.3

30 Mar 02:34
3ea56ac

Choose a tag to compare

what

  • Add usage examples
  • Add TravisCI

why

  • Address #12
  • To monitor builds

0.3.2

15 Feb 14:36

Choose a tag to compare

what

  • allow access with CIDR blocks

why

  • allows access from peered connections where Security Groups are not usable

0.3.1

07 Feb 20:33

Choose a tag to compare

what

  • Add support for engine and engine_version variables

why

  • Enable engine settings for aurora and aurora-postgresql

0.3.0

14 Dec 13:14

Choose a tag to compare

Update README and descriptions. Add DB cluster parameter group

what

  • Updated README
  • Added variable descriptions
  • Added DB cluster parameter group

why

  • Usage examples, Inputs and Outputs description
  • Variable descriptions to follow best practices
  • To be able to provide DB cluster parameters

Rename Repo

22 Sep 19:22

Choose a tag to compare

What

  • Rename repo

Why

Make database port configurable

25 Aug 14:07

Choose a tag to compare

Make database port configurable

Remove duplicate Terraform attribute

23 Aug 21:17

Choose a tag to compare

Remove duplicate Terraform attribute

Pin `tf_label` and `tf_hostname` to `0.1.0`

20 Aug 20:17

Choose a tag to compare

Pin tf_label and tf_hostname to 0.1.0