Skip to content

Commit 26b40db

Browse files
removed redis resources as they cannot be imported into cloudformation
1 parent e6e11da commit 26b40db

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

sys/cloudformation/stack.yaml

-25
Original file line numberDiff line numberDiff line change
@@ -580,31 +580,6 @@ Resources:
580580
Properties:
581581
UserName: !Ref iamusergithubactions
582582

583-
# REDIS
584-
rediscluster:
585-
Type: AWS::ElastiCache::ReplicationGroup
586-
Properties:
587-
AtRestEncryptionEnabled: False
588-
AutoMinorVersionUpgrade: True
589-
CacheNodeType: cache.t4g.micro
590-
CacheSubnetGroupName: !Ref redissubnet
591-
ClusterMode: Disabled
592-
Engine: redis
593-
EngineVersion: 7.0.7
594-
MultiAZEnabled: False
595-
NumNodeGroups: 1
596-
PrimaryClusterId: poser-stats
597-
ReplicationGroupDescription: poser-stats
598-
SecurityGroupIds: !Ref sgredis
599-
SnapshotRetentionLimit: 1
600-
TransitEncryptionEnabled: False
601-
redissubnet:
602-
Type: AWS::ElastiCache::SubnetGroup
603-
Properties:
604-
CacheSubnetGroupName: poser-subnet
605-
Description: poser-subnet
606-
SubnetIds: !Ref Subnets
607-
608583
################################################################################
609584
# Outputs #
610585
################################################################################

0 commit comments

Comments
 (0)