terraform-community-modules / tf_aws_vpc

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

Add the internet gateway id to the module outputs #10

Closed johnrengelman closed 8 years ago

johnrengelman commented 8 years ago

This is needed to add a NAT Gateway to this VPC since it is recommended that the NAT gateway depends on the IGW (https://www.terraform.io/docs/providers/aws/r/nat_gateway.html)

johnrengelman commented 8 years ago

Actually I misread this documentation. Don't need the id for the depending on the resource.