Hi. I have atlantis up and running fine on AWS EKS...
# atlantis-community
p
Hi. I have atlantis up and running fine on AWS EKS cluster and atlantis verison is v0.23.3. Yesterday I got an issue, where in evevn though a PR was raised for a project folder, I was able to run plan and aaply on the same project folder in another PR and I did not receive any error message saying
Copy code
Plan Failed: This project is currently locked by an unapplied plan from pull #####. To continue, delete the lock from ##### or apply that plan and merge the pull request.
Secondly, when the lock is removed from a PR, it does not release the space on the server. If I check the atlantis UI, I do not see the lock on that PR, however, on the server, the space is still consumed. Also, when the PRs are merged, I do see the folder on the server, but it is empty. My understanding is that folder will be completely wiped off when the PR is merged or unlocked