Skip to content

Commit

Permalink
fix: Retention Adjustment (#204)
Browse files Browse the repository at this point in the history
* fix: Retention Adjustment
  • Loading branch information
zacharyblasczyk authored Apr 19, 2024
1 parent 26d22eb commit 3ea7ce1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/database/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ variable "deletion_protection" {
variable "backup_retention_period" {
description = "The days to retain backups for."
type = number
default = 30
default = 14
}

variable "preferred_backup_window" {
Expand Down Expand Up @@ -114,7 +114,6 @@ variable "innodb_lru_scan_depth" {
default = 128
}


# Cluster parametes
variable "binlog_row_image" {
description = "Value for binlog_row_image"
Expand Down

0 comments on commit 3ea7ce1

Please sign in to comment.