aws-cloudformation / aws-cloudformation-resource-providers-rds

The CloudFormation Resource Provider Package For Amazon Relational Database Service
https://aws.amazon.com/rds/
Apache License 2.0
26 stars 42 forks source link

[All] Fix tagging when stack and resource level tags have jey collisions #470

Closed khebul closed 11 months ago

khebul commented 11 months ago

This PR makes sure that Resource level tags always take precedence over stack level tags. If there is a collision between stack and resource level tags, previously erroneous AddTagsToResource or RemoveTagsFromResource requests could be sent. This PR addresses this issue.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.