-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Atlantis apply all with project names fails #365
Labels
bug
Something isn't working
Comments
Hi Yorick, so are you commenting |
Okay, I can reproduce the error. Yes, this is a bug. |
Thanks for the swift reply and confirmation! |
lkysow
changed the title
Apply all projects in same directory and workspace
Atlantis apply all with project names fails
Feb 11, 2019
Fixed in release v0.7.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a repo config similar to a workspaces setup but using projects with different terraform backends instead. Here's the
atlantis.yaml
:Now this works perfectly fine, however the apply "all" doesn't work stating I have to specify which project to apply. Although it is nice to have this option to enforce people to be careful about what they're applying where, I really don't want to go through a whole cycle of projects waiting for each apply to complete. I'm not sure why this is the case and Atlantis can't just run the PR plans in the same sequence of the projects array? Here's the message I'm getting:
And here's the generated tfplans:
What can I do to make this a bit more manageable?
The text was updated successfully, but these errors were encountered: