Skip to content

Commit ff191e8

Browse files
committed
Remove potentially unnecessary export
Signed-off-by: Connor Avery <[email protected]>
1 parent 5d2fec2 commit ff191e8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/cdk/stacks/VpcResourcesStack.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,6 @@ export class VpcResourcesStack extends Stack {
170170

171171
endpoint.connections.allowFrom(Peer.ipv4(this.vpc.privateSubnets[0].ipv4CidrBlock),
172172
endpoint.connections.defaultPort!)
173-
174-
new CfnOutput(this, `PrivateInterfaceEndpoint-${name}`, {
175-
value: endpoint.vpcEndpointId,
176-
description: "Private interface endpoints for the VPC",
177-
exportName: `${this.stackName}:PrivateInterfaceEndpoint-${name}`
178-
})
179173
}
180174

181175
private addGatewayEndpoint(name: string, awsService: InterfaceVpcEndpointAwsService): void {

0 commit comments

Comments
 (0)