Skip to content

Commit b4f8256

Browse files
author
Sunil Yadav
committed
fix: update subnet_id to avoid construct conflict
1 parent 6f6c8af commit b4f8256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/rds/aurora/aurora.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ const app = new App();
526526
new Aurora(app, 'AuroraStack', {
527527
env:{region:"us-east-2"}, description:"Aurora Stack",
528528
vpcId:"vpc-xxxxxxxxxx",
529-
subnetIds:["subnet-xxxxxx", "subnet-xxxxxx"],
529+
subnetIds:["subnet-xxxxxx", "subnet-yyyyyyyy"],
530530
dbName:"sampledb",
531531
engine:"postgresql"
532532
});

0 commit comments

Comments
 (0)