-
Notifications
You must be signed in to change notification settings - Fork 403
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
[PR #1417/b3bc6893 backport][stable-3] Fix KeyError when Cluster Parameter Group is specified in rds_cluster.py #1432
Closed
patchback
wants to merge
1
commit into
stable-3
from
patchback/backports/stable-3/b3bc68931de04fb2d8558b01c45988710d24cec3/pr-1417
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
….py (#1417) Fix KeyError when Cluster Parameter Group is specified in rds_cluster.py SUMMARY Fix KeyError when comparing state. Fixes: #1409 ISSUE TYPE Bugfix Pull Request COMPONENT NAME rds_cluster.py Reviewed-by: Alina Buzachis <None> Reviewed-by: Markus Bergholz <git@osuv.de> (cherry picked from commit b3bc689)
recheck |
tremble
approved these changes
Sep 23, 2022
recheck |
We've forget to merge this. Because the last release of 3.x.x. is already made, I'm going to close this backport pr. |
abikouo
pushed a commit
to abikouo/community.aws
that referenced
this pull request
Oct 24, 2023
…-collections#1433) route53_health_check - Bump version-added on measure_latency SUMMARY It didn't get backported yet ansible-collections#1432 ISSUE TYPE Docs Pull Request COMPONENT NAME route53_health_check ADDITIONAL INFORMATION
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
This issue/PR relates to a bug
community_review
integration
tests/integration
module
module
new_contributor
Help guide this first time contributor
new_module
New module
new_plugin
New plugin
plugins
plugin (any type)
tests
tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a backport of PR #1417 as merged into main (b3bc689).
SUMMARY
Fix KeyError when comparing state.
Fixes: #1409
ISSUE TYPE
COMPONENT NAME
rds_cluster.py