v1.10.2
cloudposse-releaser
released this
18 Jul 18:16
·
24 commits
to refs/heads/main
since this release
🚀 Enhancements
fix: pass var.db_port to RDS cluster instances @emmanuelchibuogwu (#222)
what
Currently, the var.db_port
variable is not passed to both aws_rds_cluster
resources.
why
var.db_port
is passed to the security group but not the cluster instances, this results to the following cases:
- setting
var.db_port
to a value other than the default makes the cluster inaccessible . - No way to expose the RDS cluster on a different port
references
🐛 Bug Fixes
fix: pass var.db_port to RDS cluster instances @emmanuelchibuogwu (#222)
what
Currently, the var.db_port
variable is not passed to both aws_rds_cluster
resources.
why
var.db_port
is passed to the security group but not the cluster instances, this results to the following cases:
- setting
var.db_port
to a value other than the default makes the cluster inaccessible . - No way to expose the RDS cluster on a different port