Skip to content

Releases: cloudposse/terraform-aws-rds-cluster

Fix readme

10 Jul 14:17
d919584
Compare
Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

0.3.8

25 Jun 16:20
Compare
Choose a tag to compare
Add 'iam_database_authentication_enabled' variable (#21)

0.3.7

03 Jun 22:48
0f2dc7c
Compare
Choose a tag to compare

what

  • Add skip_final_snapshot and apply_immediately vars
  • Update README

why

  • Make the settings configurable
  • Add the new vars to README

0.3.6

30 May 19:07
Compare
Choose a tag to compare

what

  • Expose publicly_accessible and storage_encrypted variables

why

  • Make them configurable

0.3.5

11 May 04:02
df90b4e
Compare
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
Compare
Choose a tag to compare

what

  • Fix README and examples

why

  • Wrong DB engine used

0.3.3

30 Mar 02:34
3ea56ac
Compare
Choose a tag to compare

what

  • Add usage examples
  • Add TravisCI

why

  • Address #12
  • To monitor builds

0.3.2

15 Feb 14:36
Compare
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
Compare
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
Compare
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