aws-vpc-builder-cdk icon indicating copy to clipboard operation
aws-vpc-builder-cdk copied to clipboard

TGW Peer Comments in Config Walkthrough incorrect

Open apmclean opened this issue 1 year ago • 0 comments

Describe the bug README contains example for Transit Gateway Peer import:

  toUsEast2:
    # REQUIRED: Existing Transit Gateway (see above if you're relying on vpcBuilder to create the TGW)
    existingTgwId: tgw-12345
    # REQUIRED: Existing Transit Gateway Attachment Identifier for the Direct Connect Gateway
    existingTgwPeerTransitGatewayAttachId: tgw-attach-12345
    # REQUIRED: Existing Transit Gateway Route Table associated with the Direct Connect Gateway
    existingTgwPeerTransitGatewayRouteTableId: tgw-rtb-12345

Comments indicate this should be the one for a Direct Connect gateway which is not correct.

apmclean avatar May 02 '24 16:05 apmclean