aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap

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

Open
#1,502 1 comment 4 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
1.1k
Forks
62
PR merge metrics
No merged PRs in 30d

Description

### 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_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.