mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Merge pull request #753 from Hestia-Homes/feature/ordanant_survey_api
maintence window - check plan before merge
This commit is contained in:
commit
263de69929
1 changed files with 2 additions and 1 deletions
|
|
@ -87,8 +87,9 @@ resource "aws_db_instance" "default" {
|
||||||
storage_type = "gp3"
|
storage_type = "gp3"
|
||||||
|
|
||||||
# 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"
|
||||||
copy_tags_to_snapshot = true
|
copy_tags_to_snapshot = true
|
||||||
deletion_protection = true
|
deletion_protection = true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue