Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
msambol committed Mar 17, 2024
1 parent 8b3e5ff commit 41df9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-elasticloadbalancingv2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ declare const vpc: ec2.Vpc;

const nlb = new elbv2.NetworkLoadBalancer(this, 'LB', {
vpc,
enforceSecurityGroupInboundRulesOnPrivateLinkTraffic: true
enforceSecurityGroupInboundRulesOnPrivateLinkTraffic: true,
});
```

Expand Down

0 comments on commit 41df9e2

Please sign in to comment.