## Describe alternatives you've considered. As per [docs](https://github.com/terraform-aws-modules/terraform-aws-vpc/blob/7c1f791efd61f326ed6102d564d1a65d1eceedf0/README.md?plain=1#L88) > the module will determine the number of NAT Gateways to create based on the `max()` of the private subnet lists But the [code](https://github.com/terraform-aws-modules/terraform-aws-vpc/blob/7c1f791efd61f326ed6102d564d1a65d1eceedf0/main.tf#L12) takes into account public subnets as well. Should either the docs be adjusted or the code fixed?