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
is causing the issue. I think it should be updated to allow "**/terragrunt.hcl" too.
Output in the logs shows looping through every project configured in the atlantis.yaml, but ending with: "0 projects are to be planned based on their when_modified config".
we don't specify a when_modified anywhere as can be seen, which is what got me searching for a default and hence the above suggestion.
Cheers,
Josh
The text was updated successfully, but these errors were encountered:
JoshiiSinfield
changed the title
autoplan not working for .hcl files
autoplan not working for .hcl files with default auto plan
Oct 11, 2019
Hi,
I'm seeing an issue where autoplan is not detecting changes in a directory where terragrunt.hcl file is updated.
I'm using the "latest" version of the docker container..
We have repos.yaml setup with the following:
the repo also has atlantis.yaml configured as below(small snippet):
Both of these configurations work together for a new folder added, however when modifying files that already exist it doesn't pick them up by default.
I've seen #748 and have traced through code and comments and believe
atlantis/server/events/yaml/raw/autoplan.go
Line 7 in 75da89e
is causing the issue. I think it should be updated to allow
"**/terragrunt.hcl"
too.Output in the logs shows looping through every project configured in the atlantis.yaml, but ending with: "0 projects are to be planned based on their when_modified config".
we don't specify a when_modified anywhere as can be seen, which is what got me searching for a default and hence the above suggestion.
Cheers,
Josh
The text was updated successfully, but these errors were encountered: