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

fix(rds): postUpdate for dbcluster using correct identifier #1631

Merged
merged 1 commit into from
Jan 18, 2023
Merged

fix(rds): postUpdate for dbcluster using correct identifier #1631

merged 1 commit into from
Jan 18, 2023

Conversation

AlexLast
Copy link
Contributor

Signed-off-by: Alex Last alexrichardlast@gmail.com

Description of your changes

The GenerateDescribeDBClustersInput function is ack-generated, but unfortunately just returns an empty DescribeDBClustersInput.

Other functions in this package modify the input and set the correct identifier, however this logic was missing for the postUpdate function, meaning post update checks were being made against the first DBCluster returned when describing DBClusters.

This change manually sets the correct identifier, so post update checks are made against the correct output.

I have:

  • Read and followed Crossplane's [contribution process].
  • Run make reviewable test to ensure this PR is ready for review.

Signed-off-by: Alex Last <alexrichardlast@gmail.com>
Copy link
Member

@haarchri haarchri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@haarchri haarchri merged commit c3e6fe1 into crossplane-contrib:master Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants