Skip to content

Releases: synapsestudios/terraform-aws-rds-aurora-cluster

v2.1.0

12 Aug 20:16
635a40f
Compare
Choose a tag to compare

What's Changed

  • engine_version variable added by @amitailanciano in #5
    • default engine_version set to 14 until next major release
    • fixes state drift behavior caused by auto minor version upgrades moving past hard coded minor version

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

19 Jul 19:38
78d7310
Compare
Choose a tag to compare

What's Changed

  • add MIT LICENSE file by @dragonfleas in #2
  • fix sast violations by @dragonfleas in #3
    • add var.deletion_protection variable override for test cases (DO NOT USE IN PRODUCTION)
    • add descriptions to ingress & egress security group rules
    • add checkov ignores
    • add enhanced monitoring & performance insights on db instances by default
    • move outputs to own file
    • add descriptions to all outputs
    • add db.t4g.medium as default instance_class
    • add root_credentials output for directly accessing credentials from a sensitive output instead of through arn or id
    • add cloudwatch logs exports for postgresql as a default
    • BREAKING: change master password management to be managed by the RDS service
      • remove old aws_secretsmanager_secret root_password
      • remove old aws_secretsmanager_secret_version root_password
      • remove random provider & random password generation
      • add data source for rds managed password
      • update connection_string to reflect new secret

New Contributors

Full Changelog: v1.0.0...v2.0.0

v1.0.0

22 Feb 01:25
Compare
Choose a tag to compare

Full Changelog: v0.0.7...v1.0.0

v0.0.7

02 Feb 01:40
9e1c1c4
Compare
Choose a tag to compare
Prevent unsafe URL characters from being included in the password

v0.0.6

26 Jan 00:56
cd28d10
Compare
Choose a tag to compare
Update main.tf

v0.0.5

26 Jan 00:55
dcaa127
Compare
Choose a tag to compare
Update main.tf

v0.0.4

26 Jan 00:52
1a7648a
Compare
Choose a tag to compare
Update main.tf

v0.0.3

26 Jan 00:35
22f0927
Compare
Choose a tag to compare
Update main.tf

v0.0.2

25 Jan 23:32
e3e48ab
Compare
Choose a tag to compare
Update variables.tf

v0.0.1

25 Jan 23:00
0b166f5
Compare
Choose a tag to compare
Create variables.tf