kbrucely / AWSCloudCreator

A terraform project that creates hub and spoke networks in amazon web services in a single region
0 stars 0 forks source link

terraform fails on first run because transit gateway isn't available before other modules run #1

Open kbrucely opened 4 years ago

kbrucely commented 4 years ago

If you run twice, the network is built correctly with the proper routes.

To fix this, you need to research how to make modules explicitly depend on the outputs of each other and if that is possible.

kbrucely commented 4 years ago

need a terraform module depends_on primitive built in to work. this one might have to stay unresolved.