terraform-community-modules / tf_aws_vpc

[DEPRECATED] Use https://github.com/terraform-aws-modules/terraform-aws-vpc
Other
210 stars 203 forks source link

create NAT gateways for private subnets #20

Closed hakamadare closed 8 years ago

hakamadare commented 8 years ago

create a NAT gateway in each public subnet, create a route table with the respective NAT gateway as its default route, associate the appropriate route table with each private subnet

also adding a .gitignore to facilitate testing

hakamadare commented 8 years ago

@antonbabenko i've pushed some additional changes; there's now an enable_nat_gateway variable, which is "false" by default, and it toggles the creation and configuration of NAT Gateways on and off.

antonbabenko commented 8 years ago

Thank you @hakamadare