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

[AWS::SQS::Queue] - [BUG] - resources don't receive the `aws:cloudformation:*` built-in tags / default service-managed auto-tags #2079

Open r-heimann opened 3 days ago

r-heimann commented 3 days ago

Name of the resource

AWS::SQS::Queue

Resource Name

No response

Issue Description

To find the right CloudFormation Stack, where a AWS resource is defined/maintained aws:cloudformation:* built-in tags are needed. This is an important function in day-to-day business for customers.

Expected Behavior

Resources with type AWS::SQS::Queue, which are managed as CloudFormations Stacks, should automatically receive the aws:cloudformation:* built-in tags / automatic default CFN AutoTags.

Observed Behavior

When you have an AWS::SQS::Queue resource in your stack, it does not get the built-in tags assigned:

Test Cases

Resources:
  Queue:
    Type: AWS::SQS::Queue

Other Details

No response

r-heimann commented 3 days ago

AWS doesn't care about https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/652, so lets create a new github issue.