Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add module rds_instance_param_group_info #2313

Closed
1 task done
fabricat-mdb opened this issue Sep 30, 2024 · 0 comments · Fixed by #2372
Closed
1 task done

Add module rds_instance_param_group_info #2313

fabricat-mdb opened this issue Sep 30, 2024 · 0 comments · Fixed by #2372
Labels

Comments

@fabricat-mdb
Copy link

Summary

I need to fetch info about RDS instance param groups, and I miss a module like rds_instance_param_group_info, similar to the existing rds_cluster_param_group_info.

Issue Type

Feature Idea

Component Name

rds_instance_param_group_info

Additional Information

- name: Describe a specific RDS instance parameter group
  amazon.aws.rds_instance_param_group_info:
    name: myrdsinstancegroup

- name: Describe all RDS instance parameter group
  amazon.aws.rds_instance_param_group_info:

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
patchback bot pushed a commit that referenced this issue Nov 8, 2024
…info (#2372)

SUMMARY

Adding a new module for retrieving parameter group info.
Can get info for

a specific RDS parameter group
the parameter group associated with a specified RDS instance
all parameter groups available in the current region.

Resolves #2313
ISSUE TYPE

New Module Pull Request

COMPONENT NAME

rds_instance_pram_group_info
ADDITIONAL INFORMATION
Created basic module, waiting on confirmation to move forward with adding tests, etc.

Reviewed-by: GomathiselviS <[email protected]>
Reviewed-by: Mandar Kulkarni <[email protected]>
Reviewed-by: Alina Buzachis
(cherry picked from commit b48adec)
softwarefactory-project-zuul bot pushed a commit that referenced this issue Nov 14, 2024
…info (#2372) (#2387)

This is a backport of PR #2372 as merged into main (b48adec).
SUMMARY

Adding a new module for retrieving parameter group info.
Can get info for

a specific RDS parameter group
the parameter group associated with a specified RDS instance
all parameter groups available in the current region.

Resolves #2313
ISSUE TYPE


New Module Pull Request

COMPONENT NAME

rds_instance_pram_group_info
ADDITIONAL INFORMATION
Created basic module, waiting on confirmation to move forward with adding tests, etc.

Reviewed-by: Alina Buzachis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants