aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap
[AWS::AccessAnalyzer::Analyzer] - [BUG] - Missing default `aws::*` Tags
- Dominant language
- No language data
- Stars
- 1.1k
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
### Name of the resource
AWS::AccessAnalyzer::Analyzer
### Resource Name
_No response_
### Issue Description
`AWS::AccessAnalyzer::Analyzer` is missing the default CloudFormation Tags like
```
aws:cloudformation:logical-id
aws:cloudformation:stack-id
aws:cloudformation:stack-name
```
### Expected Behavior
Tags are added.
### Observed Behavior
Tags are not added.
### Test Cases
Create a CloudFormation Stack and check the Tags of the Analyzer:
```yaml
AWSTemplateFormatVersion: 2010-09-09
Description: Test
Resources:
AccessAnalyzer:
Type: AWS::AccessAnalyzer::Analyzer
Properties:
Type: ACCOUNT
```
### Other Details
_No response_
Contributor guide
Research direction
Start with the AWS::AccessAnalyzer::Analyzer resource and the CloudFormation stack example in the issue. Reproduce the stack, inspect the Analyzer tags, and identify the repository or provider implementation responsible for default CloudFormation tags. Done means the three listed aws:cloudformation tags appear on the Analyzer and the behavior is covered by an appropriate test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws
- Domain
- cloud, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100