Skip to content

Commit

Permalink
One more VpcProps.cidr reference
Browse files Browse the repository at this point in the history
  • Loading branch information
biffgaut committed Feb 8, 2023
1 parent 69172a8 commit 4f253b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ test("Test minimal deployment that deploys a VPC w/vpcProps", () => {
vpcProps: {
enableDnsHostnames: false,
enableDnsSupport: false,
cidr: "192.68.0.0/16",
ipAddresses: ec2.IpAddresses.cidr("192.68.0.0/16"),
},
deployVpc: true,
});
Expand Down

0 comments on commit 4f253b2

Please sign in to comment.