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.1k stars 53 forks source link

[AWS::CertificateManager::Certificate] - [BUG] - Resources don’t receive the aws:cloudformation built-in tags / default AutoTags #2058

Open r-heimann opened 3 weeks ago

r-heimann commented 3 weeks ago

Name of the resource

AWS::CertificateManager::Certificate

Resource Name

No response

Issue Description

To find the right CloudFormation Stack, where a AWS resource is defined/maintained aws:cloudformation:* built-in tags are needed. This is an important function in day-to-day business.

Expected Behavior

All stack resources of type AWS::CertificateManager::Certificate should automatically receive the aws:cloudformation:* built-in tags / automatic default CFN AutoTags.

Furthermore those aws:cloudformation: built-in tags must be handled by CloudFormation Drift-Detection correctly (hence, aws:cloudformation: tags are not a drift)

Observed Behavior

When you have an AWS::CertificateManager::Certificate resource in your stack, it does not get assigned the built-in tags:

Test Cases

Deploy a stack containing this resource named above (e.g. sample from AWS docs) and check the tags on the console. You can't see aws:cloudformation:* built-in tags.

Other Details

No response

r-heimann commented 3 weeks ago

Remade https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/1438 because the GitHub Bot doesn't care about old issues...