diff --git a/infrastructure/terraform/main.tf b/infrastructure/terraform/main.tf index a26a1af4..c3a585f7 100644 --- a/infrastructure/terraform/main.tf +++ b/infrastructure/terraform/main.tf @@ -87,8 +87,6 @@ resource "aws_db_instance" "default" { apply_immediately = true # Set up storage type to gp3 for better performance storage_type = "gp3" - iops = 3000 - storage_throughput = 125 } # Set up the bucket that recieve the csv uploads of epc to be retrofit