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

AWS::SQS::Queue resources don’t receive the aws:cloudformation built-in tags #1502

Open bogdanb opened 1 year ago

bogdanb commented 1 year ago

Name of the resource

AWS::SQS::Queue

Resource Name

No response

Issue Description

When you have an AWS::SQS::Queue resource in your stack, it does not get assigned the built-in tags: aws:cloudformation:stack-name, aws:cloudformation:logical-id and aws:cloudformation:stack-id.

Expected Behavior

All stack resources should automatically receive the aws:cloudformation:* built-in tags.

Observed Behavior

No tags are added automatically to AWS::SQS::Queue resources created by a stack.

Test Cases

AWSTemplateFormatVersion: '2010-09-09'
  Resources:
    MyQueue:
      Type: AWS::SQS::Queue
      Properties:
        QueueName: !Sub ${AWS::StackName}-queue

Other Details

No response

Shanierman commented 7 months ago

Something new about that? BTW same for dynamodb resource