Skip to content

Latest commit

 

History

History
146 lines (98 loc) · 5.9 KB

CHANGELOG.md

File metadata and controls

146 lines (98 loc) · 5.9 KB

v2.0.0 - 2019-06-11

  • Upgraded module to support Terraform 0.12 (#45)

v1.13.0 - 2019-04-25

  • Fixed formatting
  • Remove unused variable identifier_prefix (#36)
  • Correct description of replica_scale_min variable (#37)

v1.12.0 - 2019-03-22

  • Fix formatting
  • Feature/rds cluster resource id output (#31)

v1.11.0 - 2019-03-22

  • Fix formatting and string variables
  • add engine_mode and global_cluster_identifier (#32)

v1.10.0 - 2019-02-28

  • Fixed readme
  • add enabled_cloudwatch_logs_exports (#29)

v1.9.0 - 2019-02-16

  • Merge pull request #25 from Blokje5/add-support-for-database-iam-authentication
  • Remove validation
  • Add support for IAM Database authentication

v1.8.0 - 2019-01-31

  • Updated example with correct allowed_security_groups_count
  • Run pre-commit hooks
  • Merge pull request #23 from dekimsey/fix-default-ingress-count-error
  • Hardcode number of allowed_security_groups

v1.7.0 - 2019-01-30

  • Merge pull request #21 from max-rocket-internet/remove_maintainer
  • Removing myself from README

v1.6.0 - 2019-01-30

  • Merge pull request #22 from terraform-aws-modules/pr/13
  • Merge remote-tracking branch 'origin/master' into pr-13
  • Added output for database_name
  • add support for database_name argument

v1.5.0 - 2019-01-30

  • Merge pull request #15 from christiangjengedal/support_deletion_protection
  • Merge branch 'master' into support_deletion_protection
  • Added argument deletion_protection

v1.4.0 - 2019-01-30

  • Merge pull request #20 from terraform-aws-modules/removed_azs
  • Removed availability_zones var (closes #10)

v1.3.0 - 2019-01-30

  • Run pre-commit hooks
  • Merge pull request #16 from terraform-aws-modules/fix_az
  • Merge branch 'master' into fix_az
  • Fixed variable for az

v1.1.0 - 2019-01-30

  • Run pre-commit hooks
  • Merge pull request #17 from christiangjengedal/mod_securitygroup
  • 3 adjustments: - Avoid description attr on aws_security_group to avoid forcing new instance on changes - Use name-prefix to ensure unique names - Avoid unnecessary name-prefixes

v1.0.0 - 2018-12-11

  • Updated pre-commit hooks version
  • Merge pull request #4 from FutureSharks/example_fix
  • Merge pull request #3 from terraform-aws-modules/post_initial_commit
  • Fix for: 'count' cannot be computed
  • Added few files
  • Made small changes to be closer to other terraform-aws-modules
  • Merge pull request #1 from FutureSharks/initial_commit
  • adding pre commit hooks config
  • updating readme, docs, main.tf etc
  • adding port output
  • adding 3 examples
  • Removing route53 record and all monitoring as requested
  • many fixes and changes
  • Initial commit

v0.0.1 - 2017-09-26

  • Initial commit
  • Initial commit