Skip to content

Commit

Permalink
Alter redis cache subnet group
Browse files Browse the repository at this point in the history
  • Loading branch information
jonodrew committed Jun 1, 2023
1 parent 86b2348 commit 6dfafa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(self, scope: Construct, id_: str, vpc: ec2.Vpc):
engine="redis",
cache_node_type="cache.t2.micro",
num_cache_nodes=1,
cache_subnet_group_name=redis_subnet_group.cache_subnet_group_name,
cache_subnet_group_name=redis_subnet_group.ref,
vpc_security_group_ids=[self._redis_sec_group.security_group_id],
)

Expand Down

0 comments on commit 6dfafa8

Please sign in to comment.