Skip to content

Commit

Permalink
removing subnet (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
kammerdiener authored Jun 30, 2023
1 parent 5a8b100 commit 1ebf66d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/prod/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1ebf66d

Please sign in to comment.