Skip to content

Commit 85acad0

Browse files
committed
snapshot_retention_limit
1 parent 3c7cd8a commit 85acad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ variable "snapshot_window" {
116116
}
117117

118118
variable "snapshot_retention_limit" {
119-
default = 0
119+
default = null
120120
description = "(Redis only) The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted. If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off. Please note that setting a snapshot_retention_limit is not supported on cache.t1.micro or cache.t2.* cache nodes."
121121
}
122122

0 commit comments

Comments
 (0)