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

Stack-level CF tags are not propagated to AWS:EC2::FlowLog #1098

Closed lvthillo closed 2 years ago

lvthillo commented 2 years ago

Name of the resource

AWS::EC2::FlowLog

Resource Name

No response

Issue Description

AWS docs:

"All stack-level tags, including automatically created tags, are propagated to resources that CloudFormation supports. Currently, tags aren't propagated to Amazon EBS volumes that are created from block device mappings."

I've added stack-level tags to my CF stack. They are propagated to the underlying resources except VPC Flowlogs.

Expected Behavior

Flow logs should be tagged with the stack-level defined tags.

Observed Behavior

The Flow logs aren't tagged. This is causing drift to the stack.

Test Cases

Other Details

No response

lvthillo commented 2 years ago

The same appears to be true for Route Tables.

MrSakhs commented 2 years ago

+1