This message was deleted.
# atlantis-community
s
This message was deleted.
g
You might be able to achieve that by creating an
atlantis.yaml
with just the root project folders (docs). Any change within the folders will run on the entire projects.
n
I want to plan of all projects even if there is no change. 🥲
g
automatically or manually?
n
automatically!
g
n
Isn't that also customizing the command when init in a project that is triggered by a change being detected? 😭
p
Atlantis works base on file changes per pr but there is API you can use to trigger the plan but you will have code a script to do it.
although I have to say what you are trying to do is very unusual and actually dangerous. If someone changes a file and exposes a secret that shows up in the plan and you do.not detect it , you will be running plan all the time exposing the secret over and over and over again in the pr comment that are now part of the repo history
n
I know it's an unusual case. 😅 Only one repository has this requirement. I'll have to think about it a bit more. Thanks for the advice. 🙂