mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Merge branch 'main' into feature/categorisation-work-distributor
This commit is contained in:
commit
4ad448ff99
1 changed files with 6 additions and 0 deletions
|
|
@ -85,6 +85,12 @@ resource "aws_db_instance" "default" {
|
||||||
apply_immediately = true
|
apply_immediately = true
|
||||||
# Set up storage type to gp3 for better performance
|
# Set up storage type to gp3 for better performance
|
||||||
storage_type = "gp3"
|
storage_type = "gp3"
|
||||||
|
|
||||||
|
# Automated backups configuration
|
||||||
|
backup_retention_period = 14
|
||||||
|
backup_window = "03:00-04:00"
|
||||||
|
copy_tags_to_snapshot = true
|
||||||
|
deletion_protection = true
|
||||||
}
|
}
|
||||||
|
|
||||||
# Set up the bucket that recieve the csv uploads of epc to be retrofit
|
# Set up the bucket that recieve the csv uploads of epc to be retrofit
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue