Skip to content

Commit

Permalink
modified vpcassociation in the integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
clopca committed Jun 28, 2024
1 parent 55758ce commit 9221cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/integ/service-network.integ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const network = new ServiceNetwork(stack, 'ServiceNetwork', {
removalPolicy: cdk.RemovalPolicy.DESTROY,
loggingDestinations: [LoggingDestination.cloudwatch(logGroup), LoggingDestination.s3(logBucket)],
accessMode: ServiceNetworkAccessMode.AUTHENTICATED_ONLY,
vpcs: [vpc],
vpcAssociations: [{ vpc }],
services: [sampleSvc],
});

Expand Down

0 comments on commit 9221cc6

Please sign in to comment.