From e64b5c2730f47f9a5764f20916acfef4c6174f9f Mon Sep 17 00:00:00 2001 From: shapirov Date: Tue, 22 Oct 2024 23:32:32 -0400 Subject: [PATCH] compile issue fixed --- bin/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/main.ts b/bin/main.ts index daeb07eec..2cc0eae5f 100644 --- a/bin/main.ts +++ b/bin/main.ts @@ -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);