aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.1k stars 53 forks source link

Support changing OpenSearch:Serverless:Collection tags without replacement #1888

Open blade2005 opened 6 months ago

blade2005 commented 6 months ago

Name of the resource

Other

Resource name

AWS::OpenSearchServerless::Collection

Description

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-collection.html#cfn-opensearchserverless-collection-tags

The resource itself supports updating tags without recreating the resource but Cloudformation requires replacement of the resource.

This is not a new feature for an AWS service but modification of the cloudformation resource behavior for supporting add/change/delete changes of tags during update calls to AWS::OpenSearchServerless::Collection

Other Details

No response

blade2005 commented 1 month ago

I just got bitten by this again and came to check for issues about this and to my surprise I find I opened it, 5 months ago and not much public progress.