terraform-community-modules / tf_aws_vpc

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

should fix issue with no public subnet and single nat set to false #62

Closed jcomeaux closed 7 years ago

jcomeaux commented 7 years ago

Fixes #61

cgswong commented 7 years ago

See my comment on #61. So even though this will get your plan to execute, your created NAT will eventually fail due to no available public subnet to host it and your route table will show the NAT status as 'Blackhole'.

jcomeaux commented 7 years ago

Yep...thanks cgswong; my confusion is resolved...