Skip to content

Commit 6654644

Browse files
wire in retention period
1 parent f81fa49 commit 6654644

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

terraform/clouds/aws/postgres.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ module "db" {
2727

2828
maintenance_window = "Mon:00:00-Mon:03:00"
2929
backup_window = "03:00-06:00"
30+
backup_retention_period = var.backup_retention_period
3031

3132
monitoring_interval = "30"
3233
monitoring_role_name = local.monitoring_role_name

0 commit comments

Comments
 (0)