Skip to content

Commit

Permalink
Match default retention and backup window to AWS Backup policy
Browse files Browse the repository at this point in the history
  • Loading branch information
IanJones4 authored Nov 7, 2023
1 parent 43cbbd9 commit 92b6bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ variable "skip_final_snapshot" {

variable "backup_retention_period" {
type = string
default = "7"
default = "31"
description = "How long to keep backups for (in days)"
}

variable "preferred_backup_window" {
type = string
default = "02:00-03:00"
default = "22:00-00:00"
description = "When to perform DB backups"
}

Expand Down

0 comments on commit 92b6bfc

Please sign in to comment.