terraform-aws-modules / terraform-aws-rds-aurora

Terraform module to create AWS RDS Aurora resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/rds-aurora/aws
Apache License 2.0
382 stars 551 forks source link

feat: Optionally set db_parameter_group_name for specific rds_cluster_instance #405

Closed bruceoutdoors closed 9 months ago

bruceoutdoors commented 9 months ago

Description

Add capability to set db_parameter_group_name for a specific database cluster instance

Motivation and Context

Suppose I want to set a DB that has longer query timeout from other instances in the cluster (e.g. for analytics purposes). I want to create a custom endpoint that only has this DB instance with a different parameter group from the rest. Currently, there is no means of doing this; the db_parameter_group_name sets the same parameter group for all instances.

Breaking Changes

None.

How Has This Been Tested?

bryantbiggs commented 9 months ago

resolved in #410

github-actions[bot] commented 8 months ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.