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

Tag update for AWS::EC2::TransitGatewayRouteTable leads to replacing the CloudFormation resource #1324

Open sborregodiaz opened 1 year ago

sborregodiaz commented 1 year ago

Name of the resource

AWS::EC2::TransitGatewayRouteTable

Resource name

No response

Description

Currently updating the Tags property of a Transit Gateway Route Table causes resource replacement; however the similar VPC Route Table resource(https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-routetable.html#cfn-ec2-routetable-tags) allows making such an update without replacement.

Other Details

No response

bplessis-swi commented 1 year ago

Look like a duplicate of #1166