Merge pull request #669 from Hestia-Homes/main

Upgrading database instance class
This commit is contained in:
KhalimCK 2026-01-13 19:24:01 +00:00 committed by GitHub
commit 7267006476
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,6 +87,8 @@ resource "aws_db_instance" "default" {
apply_immediately = true
# Set up storage type to gp3 for better performance
storage_type = "gp3"
# Instance size
instance_class = "db.t4g.medium"
}
# Set up the bucket that recieve the csv uploads of epc to be retrofit