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 54 forks source link

tags not added to ec2:Launch template only on creation #1873

Open romanglovahs opened 8 months ago

romanglovahs commented 8 months ago

Name of the resource

AWS::EC2::LaunchTemplate

Resource Name

No response

Issue Description

When updating launch template (adding tags), tags ignored and not added, same time on new resource creation all works as expected

Expected Behavior

tags added on resource update via cloudformation

Observed Behavior

tags ignored when updating resource

Test Cases

  1. deploy EC2 launch template without tags, add tags to template, deploy, tags not added
  2. deploy EC2 launch template with tags, tags added

Other Details

No response