From e4436b45986311c266e26be75e8ff0d8864ccb22 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Mon, 15 Dec 2025 11:21:18 +0800 Subject: [PATCH] remove invalid rds params --- infrastructure/terraform/main.tf | 2 -- 1 file changed, 2 deletions(-) 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