terraform-community-modules / tf_aws_vpc

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

adding dummy dependency #59

Closed williamtsoi1 closed 7 years ago

williamtsoi1 commented 7 years ago

There are situations where other modules will be used alongside this module, but all the networking components out of this module (such as route tables, NAT Gateways and Internet Gateways) needs to be provisioned first before resources (such as EC2 instances) can be created in other modules. Use of depends_id as an output variable provides a suitable workaround.

williamtsoi1 commented 7 years ago

Raising https://github.com/terraform-community-modules/tf_aws_vpc/pull/63 instead, a simple documentation change that describes how to resolve this scenario