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

AWS::SQS::Queue - Generated stack-level tags not copied to SQS resources

Open
#652 2 comments 17 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

1. Title -> Generated stack-level tags not copied to SQS resources
2. Scope of request -> AWS::SQS::Queue resources do not have the generated stack-level tags (e.g. `aws:cloudformation:stack-name`) applied to them. For comparison, AWS::S3::Bucket and AWS::Lambda::Function resources do receive those tags.
3. Expected behavior -> All three generated tags (`aws:cloudformation:stack-name`, `aws:cloudformation:stack-id`, `aws:cloudformation:logical-id`) should be applied to all resources that support tagging
4. Test case recommendation -> create an SQS queue using cloudformation, note that it doesn't get the generated tags set on it.
5. Links to existing API doc -> https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html defines these tags and states that they should be copied to all resources, so it's unclear whether this is a coverage issue or a bug.

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.