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.11k stars 56 forks source link

AWS::EC2::TransitGatewayAttachment - Tags should not require replacement #986

Open linyunxiang opened 3 years ago

linyunxiang commented 3 years ago

Name of the resource

AWS::EC2::TransitGatewayAttachment

Resource name

No response

Description

Currently updating the Tags property of a transit gateway VPC attachment requires replacement, however there is an underlying API (CreateTags & DeleteTags) which would allow for making such an update without replacement.

Expected behavior: In Update, changing the Tags property should not require replacement.

Other Details

No response

romanjokel commented 1 year ago