This message was deleted.
# atlantis-community
s
This message was deleted.
p
is a somewhat new feature , no many people are using it, is my guess. maybe you can reply on the pr or create an issue and tag the contributor
b
Sure I'll check it out
It's a very very helpful feature actually, as many clients prefer to not straightaway release to production but are keen on the benefits of using Atlantis
I'll see if I can make it work, otherwise dive into the source code of the feature
p
Thanks Bruno
b
Fixed, parallel plan and apply must be on apparently
p
mmmm interesting, why is that a requirement ?
I don't understand ...
b
Haha no clue
Apparently then the project becomes a 'group'
And then it can be respected by
abort_on_execution_order_fail: true
p
a group on Atlantis code for then order the execution?
or is that a terraform thing ?
I think this should be documented
b
I'll dive into the code and open a PR to update the docs somewhere this week
As it's also rather vague to me at the moment
But simply adding parallel plan/apply to the above config makes it work
Someone working on that feature wrote this to me:
If you are doing it without parallel, then it's using sequential and does not touch execution_order_group
p
mmm
but why is has to be in parallel?
that is what we need to find out