Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

exo deploy: bug in initial deploy #655

Closed
charlierudolph opened this issue Oct 7, 2017 · 1 comment · Fixed by #674
Closed

exo deploy: bug in initial deploy #655

charlierudolph opened this issue Oct 7, 2017 · 1 comment · Fixed by #674
Assignees

Comments

@charlierudolph
Copy link
Contributor

@alexdavid says this is due to a bug in our initial deploy where we are missing a depends on

screen shot 2017-10-06 at 6 15 46 pm

@hugoesthere hugoesthere self-assigned this Oct 9, 2017
@hugoesthere
Copy link
Contributor

So it seems like Terraform does not currently support depends_on for modules: hashicorp/terraform#1178. The workaround mentioned does not apply in this case unless we separate creation of the alb and service. Or we can just create the lb within the service module instead of reusing an alb module like we do right now (this is what Titan is doing). I look at stack's code: they create a lb outside of the service module and they don't use depends_on, but it's an elb that they create so I don't know if that makes a difference.

@alexdavid any suggestions?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants