mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Merge pull request #623 from Hestia-Homes/main
Remove invalid rds params from terraform
This commit is contained in:
commit
57a8d9e1c4
1 changed files with 0 additions and 2 deletions
|
|
@ -87,8 +87,6 @@ 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"
|
||||||
iops = 3000
|
|
||||||
storage_throughput = 125
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# 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