Skip to content

Commit

Permalink
fix: #621 Redis cache deployment issue (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycousins authored Sep 27, 2024
1 parent 3fd7b7a commit 73115ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class MainRedisCluster extends Construct {
engine: 'redis',
cacheNodeType: 'cache.t2.micro',
numCacheNodes: 1,
cacheSubnetGroupName: subnetGroup.cacheSubnetGroupName,
cacheSubnetGroupName: subnetGroup.ref,
vpcSecurityGroupIds: [securityGroup.securityGroupId],
});

Expand Down

0 comments on commit 73115ee

Please sign in to comment.