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.11k stars 56 forks source link

[AWS::ElastiCache::ReplicationGroup] - [BUG] - Missing default `aws::*` Tags #2009

Open r-heimann opened 6 months ago

r-heimann commented 6 months ago

Name of the resource

AWS::ElastiCache::ReplicationGroup

Resource Name

No response

Issue Description

AWS::ElastiCache::ReplicationGroup 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

myReplicationGroup:
  Type: 'AWS::ElastiCache::ReplicationGroup'
  Properties:
    ReplicationGroupDescription: my description
    NumCacheClusters: '2'
    Engine: redis
    CacheNodeType: cache.m3.medium    
    AutomaticFailoverEnabled: 'true'
    CacheSubnetGroupName: subnetgroup
    EngineVersion: 2.8.6
    PreferredMaintenanceWindow: 'wed:09:25-wed:22:30'
    SnapshotRetentionLimit: '4'
    SnapshotWindow: '03:30-05:30'

Other Details

No response

r-heimann commented 1 month ago

https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/2125