Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit b7b128f

Browse files
committed
changed reference to cache_subnet_group_name
1 parent 4540418 commit b7b128f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awscdk/awscdk/elasticache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ def __init__(
4646
vpc_security_group_ids=[
4747
self.elasticache_security_group.get_att("GroupId").to_string()
4848
],
49-
cache_subnet_group_name=self.elasticache_subnet_group.cache_subnet_group_name, # noqa
49+
cache_subnet_group_name=self.elasticache_subnet_group.ref, # noqa
5050
)

0 commit comments

Comments
 (0)