cloudformation-coverage-roadmap
cloudformation-coverage-roadmap copied to clipboard
AWS::SQS::Queue resources don’t receive the aws:cloudformation built-in tags
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
Something new about that? BTW same for dynamodb resource