-
Notifications
You must be signed in to change notification settings - Fork 376
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
[RDS DB Instance and maybe others] Tags do not update once set #1436
Comments
I think we should fix this after #1378 to avoid conflicts |
Hey, there, |
Crossplane does not currently have enough maintainers to address every issue and pull request. This issue has been automatically marked as |
/fresh |
Duplicate of #494 |
What happened?
When you provision an RDS instance, and then attempt to update the tags, the tags will exist in the manage resource
forProvider
, but it will not actually update the tags in AWS. This does not cause the database to be updated in any way (i.e. it's not even attempting to update).If you look at the Cloudtrail API calls, you'll notice that tags are never included when updates are sent to AWS.
How can we reproduce it?
What environment did it happen in?
Crossplane version: 1.9.0
AWS Provider version: 0.29.0
kubectl version
): v1.21.14-eks-18ef993The text was updated successfully, but these errors were encountered: