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

Commit 80e046a

Browse files
committed
Merge branch 'develop'
2 parents 0ceb3ed + 85bb60e commit 80e046a

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)