-
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
autoplan when modified all sub-levels of a folder #2520
Comments
Looks like this could be the relevant code to this issue: atlantis/server/events/project_finder.go Lines 182 to 199 in c800f70
The thing is, there is a join in this check:
So the
Also consider you're updating the This atlantis.yaml would not update the
This atlantis.yaml would update the
The documentation also states this: https://www.runatlantis.io/docs/repo-level-atlantis-yaml.html#configuring-planning
IMHO there's no need for this to be a relative path, it actually creates confusion, but since some people might be using this config as relative already I see no reason to change that and also is not a bug and is documented. |
Community Note
Overview of the Issue
I'd like to ensure that Atlantis runs the plan automatically whenever there are changes to any level of the
modules
folder.Modules are structured with a deep tree:
A simple setup like this, only serves the first level:
Demanding us to declare it for every new level:
Is there an already supported way of declaring that?
Something like:
Would express what I want, but do not seem to work either.
The text was updated successfully, but these errors were encountered: