Releases: synapsestudios/terraform-aws-rds-aurora-cluster
Releases · synapsestudios/terraform-aws-rds-aurora-cluster
v2.1.0
What's Changed
engine_version
variable added by @amitailanciano in #5- default
engine_version
set to14
until next major release - fixes state drift behavior caused by auto minor version upgrades moving past hard coded minor version
- default
New Contributors
- @amitailanciano made their first contribution in #5
Full Changelog: v2.0.0...v2.1.0
v2.0.0
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 defaultinstance_class
- add
root_credentials
output for directly accessing credentials from asensitive
output instead of througharn
orid
- 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
- remove old
- add
New Contributors
- @dragonfleas made their first contribution in #1
- @spruce-bruce made their first contribution in #4
Full Changelog: v1.0.0...v2.0.0
v1.0.0
Full Changelog: v0.0.7...v1.0.0
v0.0.7
Prevent unsafe URL characters from being included in the password
v0.0.6
Update main.tf
v0.0.5
Update main.tf
v0.0.4
Update main.tf
v0.0.3
Update main.tf
v0.0.2
Update variables.tf
v0.0.1
Create variables.tf