aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap
[AWS::ElastiCache::ParameterGroup] - [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::ElastiCache::ParameterGroup
### Resource Name
_No response_
### Issue Description
`AWS::ElastiCache::ParameterGroup` is missing the default CloudFormation Tags like
aws:cloudformation:logical-id
aws:cloudformation:stack-id
aws:cloudformation:stack-name
### Expected Behavior
Default Tags are added to the CloudFormation resources.
### Observed Behavior
Does not compute.
### Test Cases
```yaml
MyParameterGroup:
Type: 'AWS::ElastiCache::ParameterGroup'
Properties:
Description: MyNewParameterGroup
CacheParameterGroupFamily: memcached1.4
Properties:
cas_disabled: '1'
chunk_size_growth_factor: '1.02'
```
### Other Details
_No response_
Contributor guide
Research direction
Use the YAML example for AWS::ElastiCache::ParameterGroup as the reproduction case. The payload names no source file or test entry point, so first locate the implementation or coverage test for this resource and compare its behavior with other CloudFormation resources. Done means the resource exposes the default aws:cloudformation:logical-id, aws:cloudformation:stack-id, and aws:cloudformation:stack-name tags.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100