You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
building command for dir ".": must specify project name: more than one project defined in atlantis.yaml matched dir: "." workspace: "default"
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: