This message was deleted.
# atlantis-community
s
This message was deleted.
p
what if you close and open the pr?
if you do that Atlantis will delete the checkout
of you still see the issue, then it means you did not remove everything
a
I have closed and opened new pull requests as well. Still, it takes old terraform module only
@PePe Amengual Any update ?
p
the only reason why it will pull old files is because it can’t clone the repo, it can’t write to the filesystem for some reason, or there is a TF folder cached on the Atlantis server
you could try adding a rm -rf .terraform on your workflow to make sure it deletes the folder
or
terraform init --reconfigure
atlantis is not a wrapper, it just run the TF binary directlly