mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #668 from Hestia-Homes/portfolio-diagnostics
upgrade database instance power
This commit is contained in:
commit
a9050bddfb
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue