Skip to content

Commit

Permalink
set backup retention period
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Feb 16, 2024
1 parent c40e16a commit f81fa49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/clouds/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ variable "deletion_protection" {
default = true
}

variable "backup_retention_period" {
type = number
default = 7
}

variable "db_instance_class" {
default = "db.t4g.large"
}
Expand Down

0 comments on commit f81fa49

Please sign in to comment.