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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Overview of the Issue
Hi,
We have a project that we are using the terragrunt workflow and the '--autoplan-file-list' flag does not consider *.json, *.yaml, *.yml files that are in subdirectories of the terragrunt structure.
If we change a value in the iam.json file, atlantis does not detect the file change and does not perform the 'auto plan'.
We have already added the values that detect this modification to the '--autoplan-file-list' flag. Example: **/config\\-*.json, so the plan goes to the policies directory and not the prod directory.
Reproduction Steps
Logs
exit status 1: running "terragrunt plan -no-color -out=$PLANFILE" in "/atlantis-data/repos/iac-project/446/default/atlantis/policies":
time=2022-10-19T19:47:45Z level=error msg=Error reading file at path /atlantis-data/repos/iac-project/446/default/atlantis/policies/terragrunt.hcl: open /atlantis-data/repos/iac-project/446/default/atlantis/policies/terragrunt.hcl: no such file or directory
time=2022-10-19T19:47:45Z level=error msg=Unable to determine underlying exit code, so Terragrunt will exit with error code 1
Community Note
Overview of the Issue
Hi,
We have a project that we are using the terragrunt workflow and the '--autoplan-file-list' flag does not consider *.json, *.yaml, *.yml files that are in subdirectories of the terragrunt structure.
Our file structure follows this format:
If we change a value in the iam.json file, atlantis does not detect the file change and does not perform the 'auto plan'.
We have already added the values that detect this modification to the '--autoplan-file-list' flag. Example:
**/config\\-*.json
, so the plan goes to thepolicies
directory and not theprod
directory.Reproduction Steps
Logs
Environment details
Atlantis version: v0.19.2
Atlantis server-side config file:
Repo
atlantis.yaml
file:The text was updated successfully, but these errors were encountered: