Skip to content

Commit 0bcab30

Browse files
committed
chore: rm unused logic
1 parent 009c215 commit 0bcab30

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/database.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ export class PgStacDatabase extends Construct {
3535
ec2.InstanceSize.SMALL
3636
),
3737
parameterGroup,
38-
vpcSubnets: {
39-
subnetType: ec2.SubnetType.PRIVATE_ISOLATED,
40-
},
4138
...props,
4239
});
4340

0 commit comments

Comments
 (0)