diff --git a/infra/prod/index.ts b/infra/prod/index.ts index 6ed879f49..84a0d475e 100644 --- a/infra/prod/index.ts +++ b/infra/prod/index.ts @@ -101,7 +101,6 @@ const readreplica0 = new aws.rds.Instance( maxAllocatedStorage: 100, instanceClass: "db.t3.medium", skipFinalSnapshot: true, - dbSubnetGroupName: dbSubnetGroup.id, vpcSecurityGroupIds: [db_secgrp.id], deletionProtection: true, backupRetentionPeriod: 5,