unifio / terraform-aws-vpc

Terraform AWS VPC Stack
Mozilla Public License 2.0
33 stars 19 forks source link

NATs are still allocated when 0 private subnets are selected #3

Closed blakeneyops closed 9 years ago

blakeneyops commented 9 years ago

The module allows you to choose how many private subnets to allocate per AZ including none. However, while selecting 0 does prevent the subnets themselves from being allocated it at present does not prevent the provisioning of the NAT nodes and their associated resources.

blakeneyops commented 9 years ago

Fixed in #7