Skip to content

Commit a683770

Browse files
committed
sets default values for snapshot params to make them backwards compatible
1 parent e741578 commit a683770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redis.cfhighlander.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515

1616
ComponentParam 'DnsDomain'
1717

18-
ComponentParam 'SnapshotName',
18+
ComponentParam 'SnapshotName', '',
1919
description: 'The name of a snapshot from which to restore data into the new replication group'
2020

21-
ComponentParam 'SnapshotArns', type: 'CommaDelimitedList',
21+
ComponentParam 'SnapshotArns', '', type: 'CommaDelimitedList',
2222
description: 'A list of ARNs that uniquely identify the Redis RDB snapshot files stored in S3'
2323

2424
ComponentParam 'SnapshotRetentionLimit',

0 commit comments

Comments
 (0)