Skip to content

Commit

Permalink
compile issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
shapirov103 committed Oct 23, 2024
1 parent ada1f3d commit e64b5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ new BlueprintIPv4Construct(app, props);
// Deploying IPV6 cluster in us-east-2 region. Assuming IPV4 cluster will be deployed to another region.
props = { env: { account, region: "us-east-2" } };
// Create ipv6 cluster: temporarily removed from the e2e tests due to the timeouts.
new BlueprintIPV6Construct(app, props);
// new BlueprintIPV6Construct(app, props);

0 comments on commit e64b5c2

Please sign in to comment.