mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #755 from Hestia-Homes/feature/ordanant_survey_api
maintence window
This commit is contained in:
commit
dccdb20338
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ resource "aws_db_instance" "default" {
|
||||||
# Automated backups configuration
|
# Automated backups configuration
|
||||||
backup_retention_period = 14
|
backup_retention_period = 14
|
||||||
backup_window = "03:00-04:00"
|
backup_window = "03:00-04:00"
|
||||||
maintenance_window = "02:00-02:30"
|
maintenance_window = "Sun:02:00-Sun:02:30"
|
||||||
copy_tags_to_snapshot = true
|
copy_tags_to_snapshot = true
|
||||||
deletion_protection = true
|
deletion_protection = true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue