This message was deleted.
# atlantis-community
s
This message was deleted.
f
We have the same problem in one of our repos, attempted fix in https://github.com/runatlantis/atlantis/pull/3769
not sure if you see the stack overflow in the same place though?
a
Hi Finn! Thx for the response, yes, indeed it was happening in the same place, funny thing is that we might have discover an unforseen scenario causing the issue by accident. Yesterday we were able to identify the issue causing the recursion, and it was that my mistake one module reference on our terraform code was commited as blank. Like
source = ""
and that was triggering the recursion and the stack overflow. Just explaining what happened in case that might help to improve the validation on the module source check.