This message was deleted.
# atlantis-community
s
This message was deleted.
r
i believe it's related to changes with TF 1.4 https://github.com/runatlantis/atlantis/issues/3201
👍 1
j
I see, it looks like setting this variable:
Copy code
TF_PLUGIN_CACHE_MAY_BREAK_DEPENDENCY_LOCK_FILE
Will force it to just pull instead of using the cache?
r
i haven't personally used this setting
but we've typically resolved it by pinning to 1.3.9
👍 1
j
that's not an option for me as I'm already too far gone into 1.4.x 😓
r
hopefully that setting helps out 😅
j
any idea why this would only happen on one system? I'm running two instances of atlantis but only one of them has this issue but it's the same configuration
🤔 1
r
is there a difference in parallel plan configuration or frequency of operations between the two? i think we've seen this affect how often the issue surfaces. in our case, prior to enabling parallelism, a second plan operation usually resolved the issue. so, i wonder if there's some set of factors leading to this discrepancy
j
I'll try to delete the volume and retry then just to see. They are exactly the same installation except one is production and the other development
i added a workspace for each project, then I killed the volume/container and let the statefulset heal/recreate it it worked after that