aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap
AWS::ServiceCatalog::Portfolio - Tag Inheritance to Service Catalog Portfolio
- Dominant language
- No language data
- Stars
- 1.1k
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
Not sure if this is a CloudFormation or Service Catalog limitation.
Basically, initially when deploying a CloudFormation stack the tags are applied to your portfolio, but if you make updates to the stack, such as a tagging change, these tags are not reflected on the portfolio.
Service Catalog has a feature to manage and propagate tags from the portfolio/product level, known as TagOptions. This however, only applies when a provisioned product is first created, or when it is updated (and only if the tag update constraint is enabled on the portfolio).
Updating the TagOptions on a portfolio or product will unfortunately not trigger an update on already provisioned products, and will require an update to be performed on the provision product side.
I would like to be able to have CloudFormation tag updates be applied to my Service Catalog Portfolio, so that I can manage my tagging through a CloudFormation stack and changes to this stack will update the tagging on the Service Catalog Portfolio.
Contributor guide
Assessment
This issue has not been assessed yet.