terraform-aws-rds-aurora icon indicating copy to clipboard operation
terraform-aws-rds-aurora copied to clipboard

feat: Support feature to create parameter group for aws-rds-aurora cluster and instances

Open huzaifa-binafzal opened this issue 3 years ago • 1 comments

Description

Updated the module to add feature to create parameter group for aws-rds-aurora cluster and instances. The idea is to provision the groups (optionally of course) with the needed params set. This feature is already supported by terraform-aws-rds module please take a look here: https://registry.terraform.io/modules/terraform-aws-modules/rds/aws/latest#input_parameters . Added the variable to handle the autoscaling_policy_name dynamically as the current module has a hardcoded name for autoscaling_policy_name.

Motivation and Context

Currently we’re facing the issue where there is no way to create parameter group for aws-rds-aurora cluster and instances using the module. This PR resolve the issue reported here: https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/279

Breaking Changes

This change does not break anything.

How Has This Been Tested?

  • [x] I have updated at least one of the examples/parameter_group to demonstrate and validate my change(s)
  • [x] I have tested and validated these changes using one or more of the provided examples/parameter_group projects
  • [x] A new DB cluster was created with the instances and parameter groups. All went well.
  • [x] Autoscaling policy was created with the name given using the autoscaling_policy_name variable. All went well.

huzaifa-binafzal avatar Aug 07 '22 16:08 huzaifa-binafzal

@antonbabenko Please review the PR.

huzaifa-binafzal avatar Aug 08 '22 07:08 huzaifa-binafzal

@bryantbiggs please review the PR, we have updated the changes as suggested.

huzaifa-binafzal avatar Aug 15 '22 14:08 huzaifa-binafzal

@bryantbiggs we have updated the changes as requested, can we plz get this reviewed and merged so that we can use reference the registry directly? Thanks in advance.

haytham-salhi avatar Aug 16 '22 13:08 haytham-salhi

@huzaifa-binafzal / @haytham-salhi I can't push to your PR so I opened a PR against it here https://github.com/HarriLLC/terraform-aws-rds-aurora/pull/10

bryantbiggs avatar Aug 16 '22 16:08 bryantbiggs

Hi @bryantbiggs, changes has been merged. Can we plz get it merged and reviewed? Thanks!

haytham-salhi avatar Aug 17 '22 13:08 haytham-salhi

Thanks @antonbabenko. Requested changed has been reflected.

haytham-salhi avatar Aug 17 '22 14:08 haytham-salhi

This PR is included in version 7.3.0 :tada:

antonbabenko avatar Aug 17 '22 17:08 antonbabenko

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.

github-actions[bot] avatar Apr 13 '23 02:04 github-actions[bot]