Merge branch 'main' into feature/categorisation-work-distributor

This commit is contained in:
Daniel Roth 2026-02-27 15:27:44 +00:00
commit 4ad448ff99

View file

@ -85,6 +85,12 @@ resource "aws_db_instance" "default" {
apply_immediately = true
# Set up storage type to gp3 for better performance
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