Skip to content

Commit

Permalink
docs: remove deprecated natGateway from README example (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
moofish32 authored and rix0rrr committed Sep 19, 2018
1 parent eadbda5 commit 680f0df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@aws-cdk/aws-ec2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const vpc = new ec2.VpcNetwork(stack, 'TheVPC', {
cidrMask: 24,
name: 'Ingress',
subnetType: SubnetType.Public,
natGateway: true,
},
{
cidrMask: 24,
Expand Down

0 comments on commit 680f0df

Please sign in to comment.