You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
final_snapshot_identifier="${var.resource_prefix}${var.db_name}-final-snapshot${var.resource_suffix}-${random_pet.final_snapshot_id.id}"# Snapshot upon delete
Copy file name to clipboardexpand all lines: modules/datastore/variables.tf
+12
Original file line number
Diff line number
Diff line change
@@ -77,3 +77,15 @@ variable "enable_versioning" {
77
77
description="Enable versioning for S3 bucket"
78
78
default=false
79
79
}
80
+
81
+
variable"backup_retention_period" {
82
+
description="The days to retain backups for"
83
+
type=number
84
+
default=null
85
+
}
86
+
87
+
variable"preferred_backup_window" {
88
+
description="The daily time range during which automated backups are created if automated backups are enabled using the `backup_retention_period` parameter. Time in UTC"
0 commit comments