aws-service-catalog-reference-architectures icon indicating copy to clipboard operation
aws-service-catalog-reference-architectures copied to clipboard

Unable to remove tags from provisioned products.

Open srcndogan opened this issue 1 year ago • 1 comments

We are unable to remove tags from Service Catalog provisioned product. Even though, it is included in the Cloudtrail call that tag is removed but still exist within the pp.

Scenario:

  1. Add a RESOURCE_UPDATE constraint to portfolio.
  2. Launch the product by adding tags.
  3. Update pp and remove the tag and see tag will persist in the pp
  4. Update pp again and modify existing tag and remove another.
  5. Existing one will be modified and other one will be removed.
  6. Add another tag and remove existing tag.
  7. One will be removed and new one will be added.

So remove operation doesn't work itself and only removes the tag if you remove/modify existing tag at the same time.

This is a bit frustrating for the customers and expecting to get this fixed.

Thanks

srcndogan avatar Nov 09 '23 19:11 srcndogan