cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

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

Open bogdanb opened this issue 2 years ago • 1 comments

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

bogdanb avatar Jan 31 '23 17:01 bogdanb

Something new about that? BTW same for dynamodb resource

Shanierman avatar Jan 22 '24 09:01 Shanierman