mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
maintence window added - check plan
This commit is contained in:
parent
46da1a71fb
commit
bc88c710e0
1 changed files with 2 additions and 1 deletions
|
|
@ -87,8 +87,9 @@ resource "aws_db_instance" "default" {
|
|||
storage_type = "gp3"
|
||||
|
||||
# Automated backups configuration
|
||||
backup_retention_period = 14
|
||||
backup_retention_period = 14
|
||||
backup_window = "03:00-04:00"
|
||||
maintenance_window = "02:00-02:59"
|
||||
copy_tags_to_snapshot = true
|
||||
deletion_protection = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue