Skip to content

Commit

Permalink
wire in retention period
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Feb 16, 2024
1 parent f81fa49 commit 6654644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/clouds/aws/postgres.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module "db" {

maintenance_window = "Mon:00:00-Mon:03:00"
backup_window = "03:00-06:00"
backup_retention_period = var.backup_retention_period

monitoring_interval = "30"
monitoring_role_name = local.monitoring_role_name
Expand Down

0 comments on commit 6654644

Please sign in to comment.