diff --git a/lib/direct-connect-gateway-stack.ts b/lib/direct-connect-gateway-stack.ts index e2ae22e..e34602c 100644 --- a/lib/direct-connect-gateway-stack.ts +++ b/lib/direct-connect-gateway-stack.ts @@ -24,7 +24,7 @@ export class DirectConnectGatewayStack extends BuilderDxGw { super(scope, id, props); this.name = `${props.namePrefix}-dxgw`.toLowerCase(); - + this.withTgw = true; this.tgw = { attrId: this.props.existingTransitGatewayId } diff --git a/package.json b/package.json index 8faacf1..82a3c58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-vpc-builder-cdk", - "version": "0.2.2", + "version": "0.2.4", "bin": { "vpc-builder": "bin/vpc-builder.js" },