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
Atlantis is not detecting changes in module files. This was already reported in hootsuite/atlantis#188 and apparently fixed in hootsuite/atlantis#211, but I'm not seeing the desired behavior.
For example, given the directory structure below, if I make a change to terraform/modules/variables.tf, push and do a PR, Atlantis is not triggered. Commenting atlantis apply -d terraform detects the change and does what I would expect Atlantis to do automatically.
Making a change to terraform/atlantis-test-01.tf does what I expect and runs a new plan.
2019/04/11 15:08:02+0000 [INFO] working_dir.go:122 zzz/atlantis-test-01#15: Creating dir "/atlantis-data/repos/zzz/atlantis-test-01/15/default"
2019/04/11 15:08:04+0000 [DBUG] working_dir.go:180 zzz/atlantis-test-01#15: Ran: git clone --branch change-tet --depth=1 --single-branch https://github.com/zzz/atlantis-test-01.git /atlantis-data/repos/zzz/atlantis-test-01/15/default. Output: Cloning into '/atlantis-data/repos/zzz/atlantis-test-01/15/default'...
2019/04/11 15:08:04+0000 [INFO] project_command_builder.go:114 zzz/atlantis-test-01#15: Found no atlantis.yaml file
2019/04/11 15:08:04+0000 [DBUG] project_command_builder.go:122 zzz/atlantis-test-01#15: 1 files were modified in this pull request
2019/04/11 15:08:04+0000 [INFO] project_finder.go:51 zzz/atlantis-test-01#15: Filtered modified files to 1 .tf files: [terraform/modules/atlantis-test-01/variables.tf]
2019/04/11 15:08:04+0000 [INFO] project_finder.go:72 zzz/atlantis-test-01#15: There are 0 modified project(s) at path(s):
2019/04/11 15:08:04+0000 [INFO] project_command_builder.go:131 zzz/atlantis-test-01#15: Automatically determined that there were 0 projects modified in this pull request: []
2019/04/11 15:08:04+0000 [INFO] command_runner.go:104 zzz/atlantis-test-01#15: Determined there was no project to run plan in
The text was updated successfully, but these errors were encountered:
This allows us to symlink common .tf files into multiple directories, as well as share modules between projects, so we can trigger autoplans any time we update those common files.
Atlantis is not detecting changes in module files. This was already reported in hootsuite/atlantis#188 and apparently fixed in hootsuite/atlantis#211, but I'm not seeing the desired behavior.
For example, given the directory structure below, if I make a change to
terraform/modules/variables.tf
, push and do a PR, Atlantis is not triggered. Commentingatlantis apply -d terraform
detects the change and does what I would expect Atlantis to do automatically.Making a change to
terraform/atlantis-test-01.tf
does what I expect and runs a new plan.This seems relevant:
The text was updated successfully, but these errors were encountered: