Closed imesias closed 7 months ago
Files identified in the description:
plugins/modules/rds_param_group.py
](https://github.com/['ansible-collections/amazon.aws', 'ansible-collections/community.aws', 'ansible-collections/community.vmware']/blob/main/plugins/modules/rds_param_group.py)If these files are inaccurate, please update the component name
section of the description or use the !component
bot command.
cc @jillr @markuman @s-hertel @scottanderson42 @tastychutney @tremble click here for bot help
@imesias It seems we do not have any modules handling parameter groups for rds clusters. rds_param_group works with rds_instance only. If you'd be willing to work on these modules and open a Pull Request, that would be awesome!
cc @willthames click here for bot help
Summary
Can we extend the existing module or add a
rds_cluster_param_group
module to Ansible? Is anyone discussing and/or working on this?As a workaround, I have simply made copy of the original
rds_param_group
(https://github.com/ansible-collections/community.aws/blob/main/plugins/modules/rds_param_group.py) dropped it in~/.ansible/plugins/modules/
asrds_cluster_param_group.py
and updated the AWS calls to call the cluster alternative methods ie. instead ofdescribe_db_parameter_groups
todescribe_db_cluster_parameter_groups
I believe adding the support to the existing module should be possible and I am willing to lend a hand.
Issue Type
Bug Report
Component Name
rds_param_group
Ansible Version
Collection Versions
AWS SDK versions
Configuration
OS / Environment
AmazonLinux
Steps to Reproduce
Expected Results
Module to be found and cluster parameter group to be created
Actual Results
asdfa
Code of Conduct