This message was deleted.
# atlantis-community
s
This message was deleted.
s
If there are no changes to terraform files. or more correctly to files "known" by atlantis,
atlantis/apply
check will be marked as green and you will be able to review/merge PR as normal
Make sure to add this flag to your atlantis server https://www.runatlantis.io/docs/server-configuration.html#gh-allow-mergeable-bypass-apply so that you can make
atlantis\apply
as requires in github
p
I did add the flag but
atlantis\apply
is stuck on
Waiting for status to be reported
If there are no changes to terraform files. or more correctly to files “known” by atlantis
Are these the files that are part of projects in atlantis.yaml?
s
Yes. Easiest would be to store all terraform-related files in a separate folder in a repo and set that folder as
dir
in repo-level config. Also, I'm pretty sure you need to enable
autoplan
for your use-case
👍 1
p
I will look into that thanks