21832: Allows custom backup retention period config.
[arvados.git] / tools / salt-install / terraform / aws / services / variables.tf
index 583ba709764eb0d4c67db04d9c00fe27dfcc0cdb..455cfb5f024094c7b9a5b5487c61012e912bcc10 100644 (file)
@@ -78,3 +78,9 @@ variable "rds_max_allocated_storage" {
   type = number
   default = 300
 }
+
+variable "rds_backup_retention_period" {
+  description = "RDS Backup retention (days). Set to 0 to disable."
+  type = number
+  default = 7
+}