Current issue I know we've talked about is when running terraform plan output. The output file has relative paths to where it was ran. So if you ran apply on another node in jenkins and the paths where different. Things would break.
I'm wondering what happens when you set the environment variable TF_IN_AUTOMATION? Does it remove all those relative path issues?